Shades of Golden Poppy #FCC203
Tints of Golden Poppy #FCC203
RGB
CMYK
RGB Variations
Color information
#FCC203 (or 0xFCC203) is known color: Golden Poppy. HEX triplet: FC, C2 and 03. RGB value is (252,194,3). Sum of RGB (Red+Green+Blue) = 252+194+3=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC203 is #033DFC. Grayscale: #BEBEBE. Windows color (decimal): -212477 or 246524. OLE color: 246524.
HSL color Cylindrical-coordinate representation of color #FCC203: hue angle of 46.02º 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 #FCC203 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.01 |
| HSL | 46.02º | 0.98% | 0.5% | - |
| HSV(B) | 46.02º | 0.99% | 0.99% | - |
| XYZ | 59.45 | 59.29 | 8.4 | - |
| YUV | 189.57 | 22.72 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 3 | 0 | 0.23 | 0.99 | 0.01 | 46.02 | 0.98 | 0.5 |
| Hex | FC | C2 | 3 | 0 | 17 | 63 | 1 | 2E | 62 | 32 |
| Octal | 374 | 302 | 3 | 0 | 27 | 143 | 1 | 56 | 142 | 62 |
| Binary | 11111100 | 11000010 | 11 | 0 | 10111 | 1100011 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FCC203
Complementary color
Monochromatic Colors of #FCC203
Black with #FCC203
Text Example
Text Example
White with #FCC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC203; }
p { color: rgb(252,194,3); }
H1.HeaderClassName
{
color: #FCC203;
}
.AnyTagClassName
{
color: #FCC203;
}
</style>
background-color css
<style>
a { background-color: #FCC203; }
a { background-color: rgb(252,194,3); }
div.DivClassName
{
background-color: #FCC203;
}
.BgClassName
{
background-color: #FCC203;
}
</style>
border-color css
<style>
span { border-color: #FCC203; }
span { border-color: rgb(252,194,3); }
td.TdClassName
{
border-color: #FCC203;
}
.TagClassName
{
border-color: #FCC203;
}
</style>