Shades of Golden Poppy #FFC413
Tints of Golden Poppy #FFC413
RGB
CMYK
RGB Variations
Color information
#FFC413 (or 0xFFC413) is known color: Golden Poppy. HEX triplet: FF, C4 and 13. RGB value is (255,196,19). Sum of RGB (Red+Green+Blue) = 255+196+19=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC413 is #003BEC. Grayscale: #C2C2C2. Windows color (decimal): -15341 or 1295615. OLE color: 1295615.
HSL color Cylindrical-coordinate representation of color #FFC413: hue angle of 45º 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 #FFC413 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 19 | - |
| CMYK | 0 | 0.23 | 0.93 | 0 |
| HSL | 45º | 1% | 0.54% | - |
| HSV(B) | 45º | 0.93% | 1% | - |
| XYZ | 61.1 | 60.79 | 9.13 | - |
| YUV | 193.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 19 | 0 | 0.23 | 0.93 | 0 | 45 | 1 | 0.54 |
| Hex | FF | C4 | 13 | 0 | 17 | 5D | 0 | 2D | 64 | 36 |
| Octal | 377 | 304 | 23 | 0 | 27 | 135 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000100 | 10011 | 0 | 10111 | 1011101 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC413
Complementary color
Monochromatic Colors of #FFC413
Black with #FFC413
Text Example
Text Example
White with #FFC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC413; }
p { color: rgb(255,196,19); }
H1.HeaderClassName
{
color: #FFC413;
}
.AnyTagClassName
{
color: #FFC413;
}
</style>
background-color css
<style>
a { background-color: #FFC413; }
a { background-color: rgb(255,196,19); }
div.DivClassName
{
background-color: #FFC413;
}
.BgClassName
{
background-color: #FFC413;
}
</style>
border-color css
<style>
span { border-color: #FFC413; }
span { border-color: rgb(255,196,19); }
td.TdClassName
{
border-color: #FFC413;
}
.TagClassName
{
border-color: #FFC413;
}
</style>