Shades of Golden Poppy #FFC40C
Tints of Golden Poppy #FFC40C
RGB
CMYK
RGB Variations
Color information
#FFC40C (or 0xFFC40C) is known color: Golden Poppy. HEX triplet: FF, C4 and 0C. RGB value is (255,196,12). Sum of RGB (Red+Green+Blue) = 255+196+12=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC40C is #003BF3. Grayscale: #C1C1C1. Windows color (decimal): -15348 or 836863. OLE color: 836863.
HSL color Cylindrical-coordinate representation of color #FFC40C: hue angle of 45.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC40C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0 |
| HSL | 45.43º | 1% | 0.52% | - |
| HSV(B) | 45.43º | 0.95% | 1% | - |
| XYZ | 61.05 | 60.77 | 8.86 | - |
| YUV | 192.67 | 26.05 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 12 | 0 | 0.23 | 0.95 | 0 | 45.43 | 1 | 0.52 |
| Hex | FF | C4 | C | 0 | 17 | 5F | 0 | 2D | 64 | 34 |
| Octal | 377 | 304 | 14 | 0 | 27 | 137 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000100 | 1100 | 0 | 10111 | 1011111 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC40C
Complementary color
Monochromatic Colors of #FFC40C
Black with #FFC40C
Text Example
Text Example
White with #FFC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC40C; }
p { color: rgb(255,196,12); }
H1.HeaderClassName
{
color: #FFC40C;
}
.AnyTagClassName
{
color: #FFC40C;
}
</style>
background-color css
<style>
a { background-color: #FFC40C; }
a { background-color: rgb(255,196,12); }
div.DivClassName
{
background-color: #FFC40C;
}
.BgClassName
{
background-color: #FFC40C;
}
</style>
border-color css
<style>
span { border-color: #FFC40C; }
span { border-color: rgb(255,196,12); }
td.TdClassName
{
border-color: #FFC40C;
}
.TagClassName
{
border-color: #FFC40C;
}
</style>