Shades of Golden Poppy #F2BA06
Tints of Golden Poppy #F2BA06
RGB
CMYK
RGB Variations
Color information
#F2BA06 (or 0xF2BA06) is known color: Golden Poppy. HEX triplet: F2, BA and 06. RGB value is (242,186,6). Sum of RGB (Red+Green+Blue) = 242+186+6=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA06 is #0D45F9. Grayscale: #B6B6B6. Windows color (decimal): -869882 or 441074. OLE color: 441074.
HSL color Cylindrical-coordinate representation of color #F2BA06: hue angle of 45.76º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2BA06 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.05 |
| HSL | 45.76º | 0.95% | 0.49% | - |
| HSV(B) | 45.76º | 0.98% | 0.95% | - |
| XYZ | 54.21 | 54.01 | 7.74 | - |
| YUV | 182.22 | 28.55 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 6 | 0 | 0.23 | 0.98 | 0.05 | 45.76 | 0.95 | 0.49 |
| Hex | F2 | BA | 6 | 0 | 17 | 62 | 5 | 2E | 5F | 31 |
| Octal | 362 | 272 | 6 | 0 | 27 | 142 | 5 | 56 | 137 | 61 |
| Binary | 11110010 | 10111010 | 110 | 0 | 10111 | 1100010 | 101 | 101110 | 1011111 | 110001 |
Color Harmonies of #F2BA06
Complementary color
Monochromatic Colors of #F2BA06
Black with #F2BA06
Text Example
Text Example
White with #F2BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA06; }
p { color: rgb(242,186,6); }
H1.HeaderClassName
{
color: #F2BA06;
}
.AnyTagClassName
{
color: #F2BA06;
}
</style>
background-color css
<style>
a { background-color: #F2BA06; }
a { background-color: rgb(242,186,6); }
div.DivClassName
{
background-color: #F2BA06;
}
.BgClassName
{
background-color: #F2BA06;
}
</style>
border-color css
<style>
span { border-color: #F2BA06; }
span { border-color: rgb(242,186,6); }
td.TdClassName
{
border-color: #F2BA06;
}
.TagClassName
{
border-color: #F2BA06;
}
</style>