Shades of Golden Poppy #FDC20C
Tints of Golden Poppy #FDC20C
RGB
CMYK
RGB Variations
Color information
#FDC20C (or 0xFDC20C) is known color: Golden Poppy. HEX triplet: FD, C2 and 0C. RGB value is (253,194,12). Sum of RGB (Red+Green+Blue) = 253+194+12=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC20C is #023DF3. Grayscale: #BFBFBF. Windows color (decimal): -146932 or 836349. OLE color: 836349.
HSL color Cylindrical-coordinate representation of color #FDC20C: hue angle of 45.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDC20C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.01 |
| HSL | 45.31º | 0.98% | 0.52% | - |
| HSV(B) | 45.31º | 0.95% | 0.99% | - |
| XYZ | 59.87 | 59.49 | 8.68 | - |
| YUV | 190.89 | 27.05 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 12 | 0 | 0.23 | 0.95 | 0.01 | 45.31 | 0.98 | 0.52 |
| Hex | FD | C2 | C | 0 | 17 | 5F | 1 | 2D | 62 | 34 |
| Octal | 375 | 302 | 14 | 0 | 27 | 137 | 1 | 55 | 142 | 64 |
| Binary | 11111101 | 11000010 | 1100 | 0 | 10111 | 1011111 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FDC20C
Complementary color
Monochromatic Colors of #FDC20C
Black with #FDC20C
Text Example
Text Example
White with #FDC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC20C; }
p { color: rgb(253,194,12); }
H1.HeaderClassName
{
color: #FDC20C;
}
.AnyTagClassName
{
color: #FDC20C;
}
</style>
background-color css
<style>
a { background-color: #FDC20C; }
a { background-color: rgb(253,194,12); }
div.DivClassName
{
background-color: #FDC20C;
}
.BgClassName
{
background-color: #FDC20C;
}
</style>
border-color css
<style>
span { border-color: #FDC20C; }
span { border-color: rgb(253,194,12); }
td.TdClassName
{
border-color: #FDC20C;
}
.TagClassName
{
border-color: #FDC20C;
}
</style>