Shades of Golden Poppy #F2BA08
Tints of Golden Poppy #F2BA08
RGB
CMYK
RGB Variations
Color information
#F2BA08 (or 0xF2BA08) is known color: Golden Poppy. HEX triplet: F2, BA and 08. RGB value is (242,186,8). Sum of RGB (Red+Green+Blue) = 242+186+8=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA08 is #0D45F7. Grayscale: #B7B7B7. Windows color (decimal): -869880 or 572146. OLE color: 572146.
HSL color Cylindrical-coordinate representation of color #F2BA08: hue angle of 45.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2BA08 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 8 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.05 |
| HSL | 45.64º | 0.94% | 0.49% | - |
| HSV(B) | 45.64º | 0.97% | 0.95% | - |
| XYZ | 54.22 | 54.01 | 7.8 | - |
| YUV | 182.45 | 29.55 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 8 | 0 | 0.23 | 0.97 | 0.05 | 45.64 | 0.94 | 0.49 |
| Hex | F2 | BA | 8 | 0 | 17 | 61 | 5 | 2E | 5E | 31 |
| Octal | 362 | 272 | 10 | 0 | 27 | 141 | 5 | 56 | 136 | 61 |
| Binary | 11110010 | 10111010 | 1000 | 0 | 10111 | 1100001 | 101 | 101110 | 1011110 | 110001 |
Color Harmonies of #F2BA08
Complementary color
Monochromatic Colors of #F2BA08
Black with #F2BA08
Text Example
Text Example
White with #F2BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA08; }
p { color: rgb(242,186,8); }
H1.HeaderClassName
{
color: #F2BA08;
}
.AnyTagClassName
{
color: #F2BA08;
}
</style>
background-color css
<style>
a { background-color: #F2BA08; }
a { background-color: rgb(242,186,8); }
div.DivClassName
{
background-color: #F2BA08;
}
.BgClassName
{
background-color: #F2BA08;
}
</style>
border-color css
<style>
span { border-color: #F2BA08; }
span { border-color: rgb(242,186,8); }
td.TdClassName
{
border-color: #F2BA08;
}
.TagClassName
{
border-color: #F2BA08;
}
</style>