Shades of Golden Poppy #FCC407
Tints of Golden Poppy #FCC407
RGB
CMYK
RGB Variations
Color information
#FCC407 (or 0xFCC407) is known color: Golden Poppy. HEX triplet: FC, C4 and 07. RGB value is (252,196,7). Sum of RGB (Red+Green+Blue) = 252+196+7=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC407 is #033BF8. Grayscale: #C0C0C0. Windows color (decimal): -211961 or 509180. OLE color: 509180.
HSL color Cylindrical-coordinate representation of color #FCC407: hue angle of 46.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCC407 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.01 |
| HSL | 46.29º | 0.98% | 0.51% | - |
| HSV(B) | 46.29º | 0.97% | 0.99% | - |
| XYZ | 59.92 | 60.19 | 8.66 | - |
| YUV | 191.2 | 24.05 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 7 | 0 | 0.22 | 0.97 | 0.01 | 46.29 | 0.98 | 0.51 |
| Hex | FC | C4 | 7 | 0 | 16 | 61 | 1 | 2E | 62 | 33 |
| Octal | 374 | 304 | 7 | 0 | 26 | 141 | 1 | 56 | 142 | 63 |
| Binary | 11111100 | 11000100 | 111 | 0 | 10110 | 1100001 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FCC407
Complementary color
Monochromatic Colors of #FCC407
Black with #FCC407
Text Example
Text Example
White with #FCC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC407; }
p { color: rgb(252,196,7); }
H1.HeaderClassName
{
color: #FCC407;
}
.AnyTagClassName
{
color: #FCC407;
}
</style>
background-color css
<style>
a { background-color: #FCC407; }
a { background-color: rgb(252,196,7); }
div.DivClassName
{
background-color: #FCC407;
}
.BgClassName
{
background-color: #FCC407;
}
</style>
border-color css
<style>
span { border-color: #FCC407; }
span { border-color: rgb(252,196,7); }
td.TdClassName
{
border-color: #FCC407;
}
.TagClassName
{
border-color: #FCC407;
}
</style>