Shades of Golden Poppy #FFC412
Tints of Golden Poppy #FFC412
RGB
CMYK
RGB Variations
Color information
#FFC412 (or 0xFFC412) is known color: Golden Poppy. HEX triplet: FF, C4 and 12. RGB value is (255,196,18). Sum of RGB (Red+Green+Blue) = 255+196+18=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC412 is #003BED. Grayscale: #C2C2C2. Windows color (decimal): -15342 or 1230079. OLE color: 1230079.
HSL color Cylindrical-coordinate representation of color #FFC412: hue angle of 45.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFC412 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0 |
| HSL | 45.06º | 1% | 0.54% | - |
| HSV(B) | 45.06º | 0.93% | 1% | - |
| XYZ | 61.09 | 60.78 | 9.08 | - |
| YUV | 193.35 | 29.05 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 18 | 0 | 0.23 | 0.93 | 0 | 45.06 | 1 | 0.54 |
| Hex | FF | C4 | 12 | 0 | 17 | 5D | 0 | 2D | 64 | 36 |
| Octal | 377 | 304 | 22 | 0 | 27 | 135 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000100 | 10010 | 0 | 10111 | 1011101 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC412
Complementary color
Monochromatic Colors of #FFC412
Black with #FFC412
Text Example
Text Example
White with #FFC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC412; }
p { color: rgb(255,196,18); }
H1.HeaderClassName
{
color: #FFC412;
}
.AnyTagClassName
{
color: #FFC412;
}
</style>
background-color css
<style>
a { background-color: #FFC412; }
a { background-color: rgb(255,196,18); }
div.DivClassName
{
background-color: #FFC412;
}
.BgClassName
{
background-color: #FFC412;
}
</style>
border-color css
<style>
span { border-color: #FFC412; }
span { border-color: rgb(255,196,18); }
td.TdClassName
{
border-color: #FFC412;
}
.TagClassName
{
border-color: #FFC412;
}
</style>