Shades of Golden Poppy #FCC403
Tints of Golden Poppy #FCC403
RGB
CMYK
RGB Variations
Color information
#FCC403 (or 0xFCC403) is known color: Golden Poppy. HEX triplet: FC, C4 and 03. RGB value is (252,196,3). Sum of RGB (Red+Green+Blue) = 252+196+3=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC403 is #033BFC. Grayscale: #BFBFBF. Windows color (decimal): -211965 or 247036. OLE color: 247036.
HSL color Cylindrical-coordinate representation of color #FCC403: hue angle of 46.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCC403 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.01 |
| HSL | 46.51º | 0.98% | 0.5% | - |
| HSV(B) | 46.51º | 0.99% | 0.99% | - |
| XYZ | 59.9 | 60.18 | 8.55 | - |
| YUV | 190.74 | 22.05 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 3 | 0 | 0.22 | 0.99 | 0.01 | 46.51 | 0.98 | 0.5 |
| Hex | FC | C4 | 3 | 0 | 16 | 63 | 1 | 2F | 62 | 32 |
| Octal | 374 | 304 | 3 | 0 | 26 | 143 | 1 | 57 | 142 | 62 |
| Binary | 11111100 | 11000100 | 11 | 0 | 10110 | 1100011 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FCC403
Complementary color
Monochromatic Colors of #FCC403
Black with #FCC403
Text Example
Text Example
White with #FCC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC403; }
p { color: rgb(252,196,3); }
H1.HeaderClassName
{
color: #FCC403;
}
.AnyTagClassName
{
color: #FCC403;
}
</style>
background-color css
<style>
a { background-color: #FCC403; }
a { background-color: rgb(252,196,3); }
div.DivClassName
{
background-color: #FCC403;
}
.BgClassName
{
background-color: #FCC403;
}
</style>
border-color css
<style>
span { border-color: #FCC403; }
span { border-color: rgb(252,196,3); }
td.TdClassName
{
border-color: #FCC403;
}
.TagClassName
{
border-color: #FCC403;
}
</style>