Shades of Golden Poppy #F2BA0F
Tints of Golden Poppy #F2BA0F
RGB
CMYK
RGB Variations
Color information
#F2BA0F (or 0xF2BA0F) is known color: Golden Poppy. HEX triplet: F2, BA and 0F. RGB value is (242,186,15). Sum of RGB (Red+Green+Blue) = 242+186+15=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 15 (6.25% from 255 or 3.39% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA0F is #0D45F0. Grayscale: #B7B7B7. Windows color (decimal): -869873 or 1030898. OLE color: 1030898.
HSL color Cylindrical-coordinate representation of color #F2BA0F: hue angle of 45.2º 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 #F2BA0F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.05 |
| HSL | 45.2º | 0.9% | 0.5% | - |
| HSV(B) | 45.2º | 0.94% | 0.95% | - |
| XYZ | 54.26 | 54.03 | 8.02 | - |
| YUV | 183.25 | 33.05 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 15 | 0 | 0.23 | 0.94 | 0.05 | 45.2 | 0.9 | 0.5 |
| Hex | F2 | BA | F | 0 | 17 | 5E | 5 | 2D | 5A | 32 |
| Octal | 362 | 272 | 17 | 0 | 27 | 136 | 5 | 55 | 132 | 62 |
| Binary | 11110010 | 10111010 | 1111 | 0 | 10111 | 1011110 | 101 | 101101 | 1011010 | 110010 |
Color Harmonies of #F2BA0F
Complementary color
Monochromatic Colors of #F2BA0F
Black with #F2BA0F
Text Example
Text Example
White with #F2BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA0F; }
p { color: rgb(242,186,15); }
H1.HeaderClassName
{
color: #F2BA0F;
}
.AnyTagClassName
{
color: #F2BA0F;
}
</style>
background-color css
<style>
a { background-color: #F2BA0F; }
a { background-color: rgb(242,186,15); }
div.DivClassName
{
background-color: #F2BA0F;
}
.BgClassName
{
background-color: #F2BA0F;
}
</style>
border-color css
<style>
span { border-color: #F2BA0F; }
span { border-color: rgb(242,186,15); }
td.TdClassName
{
border-color: #F2BA0F;
}
.TagClassName
{
border-color: #F2BA0F;
}
</style>