Shades of Golden Poppy #FDC200
Tints of Golden Poppy #FDC200
RGB
CMYK
RGB Variations
Color information
#FDC200 (or 0xFDC200) is known color: Golden Poppy. HEX triplet: FD, C2 and 00. RGB value is (253,194,0). Sum of RGB (Red+Green+Blue) = 253+194+0=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC200 is #023DFF. Grayscale: #BEBEBE. Windows color (decimal): -146944 or 49917. OLE color: 49917.
HSL color Cylindrical-coordinate representation of color #FDC200: hue angle of 46.01º 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 #FDC200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.01 |
| HSL | 46.01º | 1% | 0.5% | - |
| HSV(B) | 46.01º | 1% | 0.99% | - |
| XYZ | 59.8 | 59.47 | 8.33 | - |
| YUV | 189.53 | 21.05 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 0 | 0 | 0.23 | 1 | 0.01 | 46.01 | 1 | 0.5 |
| Hex | FD | C2 | 0 | 0 | 17 | 64 | 1 | 2E | 64 | 32 |
| Octal | 375 | 302 | 0 | 0 | 27 | 144 | 1 | 56 | 144 | 62 |
| Binary | 11111101 | 11000010 | 0 | 0 | 10111 | 1100100 | 1 | 101110 | 1100100 | 110010 |
Color Harmonies of #FDC200
Complementary color
Monochromatic Colors of #FDC200
Black with #FDC200
Text Example
Text Example
White with #FDC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC200; }
p { color: rgb(253,194,0); }
H1.HeaderClassName
{
color: #FDC200;
}
.AnyTagClassName
{
color: #FDC200;
}
</style>
background-color css
<style>
a { background-color: #FDC200; }
a { background-color: rgb(253,194,0); }
div.DivClassName
{
background-color: #FDC200;
}
.BgClassName
{
background-color: #FDC200;
}
</style>
border-color css
<style>
span { border-color: #FDC200; }
span { border-color: rgb(253,194,0); }
td.TdClassName
{
border-color: #FDC200;
}
.TagClassName
{
border-color: #FDC200;
}
</style>