Shades of Golden Poppy #FCC103
Tints of Golden Poppy #FCC103
RGB
CMYK
RGB Variations
Color information
#FCC103 (or 0xFCC103) is known color: Golden Poppy. HEX triplet: FC, C1 and 03. RGB value is (252,193,3). Sum of RGB (Red+Green+Blue) = 252+193+3=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC103 is #033EFC. Grayscale: #BDBDBD. Windows color (decimal): -212733 or 246268. OLE color: 246268.
HSL color Cylindrical-coordinate representation of color #FCC103: hue angle of 45.78º 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 #FCC103 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.01 |
| HSL | 45.78º | 0.98% | 0.5% | - |
| HSV(B) | 45.78º | 0.99% | 0.99% | - |
| XYZ | 59.23 | 58.84 | 8.32 | - |
| YUV | 188.98 | 23.05 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 3 | 0 | 0.23 | 0.99 | 0.01 | 45.78 | 0.98 | 0.5 |
| Hex | FC | C1 | 3 | 0 | 17 | 63 | 1 | 2E | 62 | 32 |
| Octal | 374 | 301 | 3 | 0 | 27 | 143 | 1 | 56 | 142 | 62 |
| Binary | 11111100 | 11000001 | 11 | 0 | 10111 | 1100011 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FCC103
Complementary color
Monochromatic Colors of #FCC103
Black with #FCC103
Text Example
Text Example
White with #FCC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC103; }
p { color: rgb(252,193,3); }
H1.HeaderClassName
{
color: #FCC103;
}
.AnyTagClassName
{
color: #FCC103;
}
</style>
background-color css
<style>
a { background-color: #FCC103; }
a { background-color: rgb(252,193,3); }
div.DivClassName
{
background-color: #FCC103;
}
.BgClassName
{
background-color: #FCC103;
}
</style>
border-color css
<style>
span { border-color: #FCC103; }
span { border-color: rgb(252,193,3); }
td.TdClassName
{
border-color: #FCC103;
}
.TagClassName
{
border-color: #FCC103;
}
</style>