Shades of Golden Poppy #FCC40C
Tints of Golden Poppy #FCC40C
RGB
CMYK
RGB Variations
Color information
#FCC40C (or 0xFCC40C) is known color: Golden Poppy. HEX triplet: FC, C4 and 0C. RGB value is (252,196,12). Sum of RGB (Red+Green+Blue) = 252+196+12=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC40C is #033BF3. Grayscale: #C0C0C0. Windows color (decimal): -211956 or 836860. OLE color: 836860.
HSL color Cylindrical-coordinate representation of color #FCC40C: hue angle of 46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCC40C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.01 |
| HSL | 46º | 0.98% | 0.52% | - |
| HSV(B) | 46º | 0.95% | 0.99% | - |
| XYZ | 59.95 | 60.2 | 8.81 | - |
| YUV | 191.77 | 26.55 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 12 | 0 | 0.22 | 0.95 | 0.01 | 46 | 0.98 | 0.52 |
| Hex | FC | C4 | C | 0 | 16 | 5F | 1 | 2E | 62 | 34 |
| Octal | 374 | 304 | 14 | 0 | 26 | 137 | 1 | 56 | 142 | 64 |
| Binary | 11111100 | 11000100 | 1100 | 0 | 10110 | 1011111 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FCC40C
Complementary color
Monochromatic Colors of #FCC40C
Black with #FCC40C
Text Example
Text Example
White with #FCC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC40C; }
p { color: rgb(252,196,12); }
H1.HeaderClassName
{
color: #FCC40C;
}
.AnyTagClassName
{
color: #FCC40C;
}
</style>
background-color css
<style>
a { background-color: #FCC40C; }
a { background-color: rgb(252,196,12); }
div.DivClassName
{
background-color: #FCC40C;
}
.BgClassName
{
background-color: #FCC40C;
}
</style>
border-color css
<style>
span { border-color: #FCC40C; }
span { border-color: rgb(252,196,12); }
td.TdClassName
{
border-color: #FCC40C;
}
.TagClassName
{
border-color: #FCC40C;
}
</style>