#FDC500

Color #FDC500 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #FDC500

Tints of Golden Poppy #FDC500

Color information

#FDC500 (or 0xFDC500) is unknown color: approx Golden Poppy. HEX triplet: FD, C5 and 00. RGB value is (253,197,0). Sum of RGB (Red+Green+Blue) = 253+197+0=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC500 is #023AFF. Grayscale: #C0C0C0. Windows color (decimal): -146176 or 50685. OLE color: 50685.

HSL color Cylindrical-coordinate representation of color #FDC500: hue angle of 46.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB2531970-
CMYK00.2210.01
HSL46.72º100%49.61%-
HSV(B)46.72º100%99.22%-
XYZ60.4760.828.55-
YUV191.2920.05172.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 56.22%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.22%
G=43.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253197000.2210.0146.7210049.61
HexFDC500166412f6432
Octal375305002614415714462
Binary11111101110001010010110110010011011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC500; }

 p { color: rgb(253,197,0); }

 H1.HeaderClassName
 {
   color: #FDC500;
 }
 .AnyTagClassName
 {
   color: #FDC500;
 }
</style>
background-color css

<style>
 a { background-color: #FDC500; }

 a { background-color: rgb(253,197,0); }

 div.DivClassName
 {
   background-color: #FDC500;
 }
 .BgClassName
 {
   background-color: #FDC500;
 }
</style>
border-color css

<style>
 span { border-color: #FDC500; }

 span { border-color: rgb(253,197,0); }

 td.TdClassName
 {
   border-color: #FDC500;
 }
 .TagClassName
 {
   border-color: #FDC500;
 }
</style>