Shades of Golden Poppy #FFC40F
Tints of Golden Poppy #FFC40F
RGB
CMYK
RGB Variations
Color information
#FFC40F (or 0xFFC40F) is known color: Golden Poppy. HEX triplet: FF, C4 and 0F. RGB value is (255,196,15). Sum of RGB (Red+Green+Blue) = 255+196+15=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC40F is #003BF0. Grayscale: #C1C1C1. Windows color (decimal): -15345 or 1033471. OLE color: 1033471.
HSL color Cylindrical-coordinate representation of color #FFC40F: hue angle of 45.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFC40F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0 |
| HSL | 45.25º | 1% | 0.53% | - |
| HSV(B) | 45.25º | 0.94% | 1% | - |
| XYZ | 61.07 | 60.77 | 8.96 | - |
| YUV | 193.01 | 27.55 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 15 | 0 | 0.23 | 0.94 | 0 | 45.25 | 1 | 0.53 |
| Hex | FF | C4 | F | 0 | 17 | 5E | 0 | 2D | 64 | 35 |
| Octal | 377 | 304 | 17 | 0 | 27 | 136 | 0 | 55 | 144 | 65 |
| Binary | 11111111 | 11000100 | 1111 | 0 | 10111 | 1011110 | 0 | 101101 | 1100100 | 110101 |
Color Harmonies of #FFC40F
Complementary color
Monochromatic Colors of #FFC40F
Black with #FFC40F
Text Example
Text Example
White with #FFC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC40F; }
p { color: rgb(255,196,15); }
H1.HeaderClassName
{
color: #FFC40F;
}
.AnyTagClassName
{
color: #FFC40F;
}
</style>
background-color css
<style>
a { background-color: #FFC40F; }
a { background-color: rgb(255,196,15); }
div.DivClassName
{
background-color: #FFC40F;
}
.BgClassName
{
background-color: #FFC40F;
}
</style>
border-color css
<style>
span { border-color: #FFC40F; }
span { border-color: rgb(255,196,15); }
td.TdClassName
{
border-color: #FFC40F;
}
.TagClassName
{
border-color: #FFC40F;
}
</style>