Shades of Golden Poppy #F5BB0E
Tints of Golden Poppy #F5BB0E
RGB
CMYK
RGB Variations
Color information
#F5BB0E (or 0xF5BB0E) is known color: Golden Poppy. HEX triplet: F5, BB and 0E. RGB value is (245,187,14). Sum of RGB (Red+Green+Blue) = 245+187+14=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BB0E is #0A44F1. Grayscale: #B9B9B9. Windows color (decimal): -673010 or 965621. OLE color: 965621.
HSL color Cylindrical-coordinate representation of color #F5BB0E: hue angle of 44.94º degrees, saturation: 0.92, 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 #F5BB0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.04 |
| HSL | 44.94º | 0.92% | 0.51% | - |
| HSV(B) | 44.94º | 0.94% | 0.96% | - |
| XYZ | 55.51 | 54.98 | 8.1 | - |
| YUV | 184.62 | 31.72 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 14 | 0 | 0.24 | 0.94 | 0.04 | 44.94 | 0.92 | 0.51 |
| Hex | F5 | BB | E | 0 | 18 | 5E | 4 | 2D | 5C | 33 |
| Octal | 365 | 273 | 16 | 0 | 30 | 136 | 4 | 55 | 134 | 63 |
| Binary | 11110101 | 10111011 | 1110 | 0 | 11000 | 1011110 | 100 | 101101 | 1011100 | 110011 |
Color Harmonies of #F5BB0E
Complementary color
Monochromatic Colors of #F5BB0E
Black with #F5BB0E
Text Example
Text Example
White with #F5BB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB0E; }
p { color: rgb(245,187,14); }
H1.HeaderClassName
{
color: #F5BB0E;
}
.AnyTagClassName
{
color: #F5BB0E;
}
</style>
background-color css
<style>
a { background-color: #F5BB0E; }
a { background-color: rgb(245,187,14); }
div.DivClassName
{
background-color: #F5BB0E;
}
.BgClassName
{
background-color: #F5BB0E;
}
</style>
border-color css
<style>
span { border-color: #F5BB0E; }
span { border-color: rgb(245,187,14); }
td.TdClassName
{
border-color: #F5BB0E;
}
.TagClassName
{
border-color: #F5BB0E;
}
</style>