Shades of Golden Poppy #FFC512
Tints of Golden Poppy #FFC512
RGB
CMYK
RGB Variations
Color information
#FFC512 (or 0xFFC512) is known color: Golden Poppy. HEX triplet: FF, C5 and 12. RGB value is (255,197,18). Sum of RGB (Red+Green+Blue) = 255+197+18=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC512 is #003AED. Grayscale: #C2C2C2. Windows color (decimal): -15086 or 1230335. OLE color: 1230335.
HSL color Cylindrical-coordinate representation of color #FFC512: hue angle of 45.32º 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 #FFC512 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 18 | - |
| CMYK | 0 | 0.23 | 0.93 | 0 |
| HSL | 45.32º | 1% | 0.54% | - |
| HSV(B) | 45.32º | 0.93% | 1% | - |
| XYZ | 61.32 | 61.24 | 9.16 | - |
| YUV | 193.94 | 28.72 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 18 | 0 | 0.23 | 0.93 | 0 | 45.32 | 1 | 0.54 |
| Hex | FF | C5 | 12 | 0 | 17 | 5D | 0 | 2D | 64 | 36 |
| Octal | 377 | 305 | 22 | 0 | 27 | 135 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000101 | 10010 | 0 | 10111 | 1011101 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC512
Complementary color
Monochromatic Colors of #FFC512
Black with #FFC512
Text Example
Text Example
White with #FFC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC512; }
p { color: rgb(255,197,18); }
H1.HeaderClassName
{
color: #FFC512;
}
.AnyTagClassName
{
color: #FFC512;
}
</style>
background-color css
<style>
a { background-color: #FFC512; }
a { background-color: rgb(255,197,18); }
div.DivClassName
{
background-color: #FFC512;
}
.BgClassName
{
background-color: #FFC512;
}
</style>
border-color css
<style>
span { border-color: #FFC512; }
span { border-color: rgb(255,197,18); }
td.TdClassName
{
border-color: #FFC512;
}
.TagClassName
{
border-color: #FFC512;
}
</style>