Shades of Golden Poppy #F4C10E
Tints of Golden Poppy #F4C10E
RGB
CMYK
RGB Variations
Color information
#F4C10E (or 0xF4C10E) is known color: Golden Poppy. HEX triplet: F4, C1 and 0E. RGB value is (244,193,14). Sum of RGB (Red+Green+Blue) = 244+193+14=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C10E is #0B3EF1. Grayscale: #BCBCBC. Windows color (decimal): -737010 or 967156. OLE color: 967156.
HSL color Cylindrical-coordinate representation of color #F4C10E: hue angle of 46.7º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4C10E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.04 |
| HSL | 46.7º | 0.91% | 0.51% | - |
| HSV(B) | 46.7º | 0.94% | 0.96% | - |
| XYZ | 56.46 | 57.4 | 8.52 | - |
| YUV | 187.84 | 29.9 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 14 | 0 | 0.21 | 0.94 | 0.04 | 46.7 | 0.91 | 0.51 |
| Hex | F4 | C1 | E | 0 | 15 | 5E | 4 | 2F | 5B | 33 |
| Octal | 364 | 301 | 16 | 0 | 25 | 136 | 4 | 57 | 133 | 63 |
| Binary | 11110100 | 11000001 | 1110 | 0 | 10101 | 1011110 | 100 | 101111 | 1011011 | 110011 |
Color Harmonies of #F4C10E
Complementary color
Monochromatic Colors of #F4C10E
Black with #F4C10E
Text Example
Text Example
White with #F4C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C10E; }
p { color: rgb(244,193,14); }
H1.HeaderClassName
{
color: #F4C10E;
}
.AnyTagClassName
{
color: #F4C10E;
}
</style>
background-color css
<style>
a { background-color: #F4C10E; }
a { background-color: rgb(244,193,14); }
div.DivClassName
{
background-color: #F4C10E;
}
.BgClassName
{
background-color: #F4C10E;
}
</style>
border-color css
<style>
span { border-color: #F4C10E; }
span { border-color: rgb(244,193,14); }
td.TdClassName
{
border-color: #F4C10E;
}
.TagClassName
{
border-color: #F4C10E;
}
</style>