Shades of Golden Poppy #F4BC0E
Tints of Golden Poppy #F4BC0E
RGB
CMYK
RGB Variations
Color information
#F4BC0E (or 0xF4BC0E) is known color: Golden Poppy. HEX triplet: F4, BC and 0E. RGB value is (244,188,14). Sum of RGB (Red+Green+Blue) = 244+188+14=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BC0E is #0B43F1. Grayscale: #B9B9B9. Windows color (decimal): -738290 or 965876. OLE color: 965876.
HSL color Cylindrical-coordinate representation of color #F4BC0E: hue angle of 45.39º 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 #F4BC0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.04 |
| HSL | 45.39º | 0.91% | 0.51% | - |
| HSV(B) | 45.39º | 0.94% | 0.96% | - |
| XYZ | 55.37 | 55.23 | 8.16 | - |
| YUV | 184.91 | 31.55 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 14 | 0 | 0.23 | 0.94 | 0.04 | 45.39 | 0.91 | 0.51 |
| Hex | F4 | BC | E | 0 | 17 | 5E | 4 | 2D | 5B | 33 |
| Octal | 364 | 274 | 16 | 0 | 27 | 136 | 4 | 55 | 133 | 63 |
| Binary | 11110100 | 10111100 | 1110 | 0 | 10111 | 1011110 | 100 | 101101 | 1011011 | 110011 |
Color Harmonies of #F4BC0E
Complementary color
Monochromatic Colors of #F4BC0E
Black with #F4BC0E
Text Example
Text Example
White with #F4BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC0E; }
p { color: rgb(244,188,14); }
H1.HeaderClassName
{
color: #F4BC0E;
}
.AnyTagClassName
{
color: #F4BC0E;
}
</style>
background-color css
<style>
a { background-color: #F4BC0E; }
a { background-color: rgb(244,188,14); }
div.DivClassName
{
background-color: #F4BC0E;
}
.BgClassName
{
background-color: #F4BC0E;
}
</style>
border-color css
<style>
span { border-color: #F4BC0E; }
span { border-color: rgb(244,188,14); }
td.TdClassName
{
border-color: #F4BC0E;
}
.TagClassName
{
border-color: #F4BC0E;
}
</style>