Shades of Golden Poppy #F1BB0E
Tints of Golden Poppy #F1BB0E
RGB
CMYK
RGB Variations
Color information
#F1BB0E (or 0xF1BB0E) is known color: Golden Poppy. HEX triplet: F1, BB and 0E. RGB value is (241,187,14). Sum of RGB (Red+Green+Blue) = 241+187+14=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BB0E is #0E44F1. Grayscale: #B8B8B8. Windows color (decimal): -935154 or 965617. OLE color: 965617.
HSL color Cylindrical-coordinate representation of color #F1BB0E: hue angle of 45.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1BB0E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.05 |
| HSL | 45.73º | 0.89% | 0.5% | - |
| HSV(B) | 45.73º | 0.94% | 0.95% | - |
| XYZ | 54.13 | 54.27 | 8.04 | - |
| YUV | 183.42 | 32.39 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 14 | 0 | 0.22 | 0.94 | 0.05 | 45.73 | 0.89 | 0.5 |
| Hex | F1 | BB | E | 0 | 16 | 5E | 5 | 2E | 59 | 32 |
| Octal | 361 | 273 | 16 | 0 | 26 | 136 | 5 | 56 | 131 | 62 |
| Binary | 11110001 | 10111011 | 1110 | 0 | 10110 | 1011110 | 101 | 101110 | 1011001 | 110010 |
Color Harmonies of #F1BB0E
Complementary color
Monochromatic Colors of #F1BB0E
Black with #F1BB0E
Text Example
Text Example
White with #F1BB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB0E; }
p { color: rgb(241,187,14); }
H1.HeaderClassName
{
color: #F1BB0E;
}
.AnyTagClassName
{
color: #F1BB0E;
}
</style>
background-color css
<style>
a { background-color: #F1BB0E; }
a { background-color: rgb(241,187,14); }
div.DivClassName
{
background-color: #F1BB0E;
}
.BgClassName
{
background-color: #F1BB0E;
}
</style>
border-color css
<style>
span { border-color: #F1BB0E; }
span { border-color: rgb(241,187,14); }
td.TdClassName
{
border-color: #F1BB0E;
}
.TagClassName
{
border-color: #F1BB0E;
}
</style>