Shades of Golden Poppy #FCC603
Tints of Golden Poppy #FCC603
RGB
CMYK
RGB Variations
Color information
#FCC603 (or 0xFCC603) is known color: Golden Poppy. HEX triplet: FC, C6 and 03. RGB value is (252,198,3). Sum of RGB (Red+Green+Blue) = 252+198+3=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC603 is #0339FC. Grayscale: #C0C0C0. Windows color (decimal): -211453 or 247548. OLE color: 247548.
HSL color Cylindrical-coordinate representation of color #FCC603: hue angle of 46.99º 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 #FCC603 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.01 |
| HSL | 46.99º | 0.98% | 0.5% | - |
| HSV(B) | 46.99º | 0.99% | 0.99% | - |
| XYZ | 60.36 | 61.09 | 8.7 | - |
| YUV | 191.92 | 21.39 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 3 | 0 | 0.21 | 0.99 | 0.01 | 46.99 | 0.98 | 0.5 |
| Hex | FC | C6 | 3 | 0 | 15 | 63 | 1 | 2F | 62 | 32 |
| Octal | 374 | 306 | 3 | 0 | 25 | 143 | 1 | 57 | 142 | 62 |
| Binary | 11111100 | 11000110 | 11 | 0 | 10101 | 1100011 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FCC603
Complementary color
Monochromatic Colors of #FCC603
Black with #FCC603
Text Example
Text Example
White with #FCC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC603; }
p { color: rgb(252,198,3); }
H1.HeaderClassName
{
color: #FCC603;
}
.AnyTagClassName
{
color: #FCC603;
}
</style>
background-color css
<style>
a { background-color: #FCC603; }
a { background-color: rgb(252,198,3); }
div.DivClassName
{
background-color: #FCC603;
}
.BgClassName
{
background-color: #FCC603;
}
</style>
border-color css
<style>
span { border-color: #FCC603; }
span { border-color: rgb(252,198,3); }
td.TdClassName
{
border-color: #FCC603;
}
.TagClassName
{
border-color: #FCC603;
}
</style>