Shades of Golden Poppy #F2BB0E
Tints of Golden Poppy #F2BB0E
RGB
CMYK
RGB Variations
Color information
#F2BB0E (or 0xF2BB0E) is known color: Golden Poppy. HEX triplet: F2, BB and 0E. RGB value is (242,187,14). Sum of RGB (Red+Green+Blue) = 242+187+14=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BB0E is #0D44F1. Grayscale: #B8B8B8. Windows color (decimal): -869618 or 965618. OLE color: 965618.
HSL color Cylindrical-coordinate representation of color #F2BB0E: hue angle of 45.53º degrees, saturation: 0.9, 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 #F2BB0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.05 |
| HSL | 45.53º | 0.9% | 0.5% | - |
| HSV(B) | 45.53º | 0.94% | 0.95% | - |
| XYZ | 54.47 | 54.45 | 8.05 | - |
| YUV | 183.72 | 32.22 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 14 | 0 | 0.23 | 0.94 | 0.05 | 45.53 | 0.9 | 0.5 |
| Hex | F2 | BB | E | 0 | 17 | 5E | 5 | 2E | 5A | 32 |
| Octal | 362 | 273 | 16 | 0 | 27 | 136 | 5 | 56 | 132 | 62 |
| Binary | 11110010 | 10111011 | 1110 | 0 | 10111 | 1011110 | 101 | 101110 | 1011010 | 110010 |
Color Harmonies of #F2BB0E
Complementary color
Monochromatic Colors of #F2BB0E
Black with #F2BB0E
Text Example
Text Example
White with #F2BB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB0E; }
p { color: rgb(242,187,14); }
H1.HeaderClassName
{
color: #F2BB0E;
}
.AnyTagClassName
{
color: #F2BB0E;
}
</style>
background-color css
<style>
a { background-color: #F2BB0E; }
a { background-color: rgb(242,187,14); }
div.DivClassName
{
background-color: #F2BB0E;
}
.BgClassName
{
background-color: #F2BB0E;
}
</style>
border-color css
<style>
span { border-color: #F2BB0E; }
span { border-color: rgb(242,187,14); }
td.TdClassName
{
border-color: #F2BB0E;
}
.TagClassName
{
border-color: #F2BB0E;
}
</style>