Shades of Golden Poppy #F2BA05
Tints of Golden Poppy #F2BA05
RGB
CMYK
RGB Variations
Color information
#F2BA05 (or 0xF2BA05) is known color: Golden Poppy. HEX triplet: F2, BA and 05. RGB value is (242,186,5). Sum of RGB (Red+Green+Blue) = 242+186+5=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA05 is #0D45FA. Grayscale: #B6B6B6. Windows color (decimal): -869883 or 375538. OLE color: 375538.
HSL color Cylindrical-coordinate representation of color #F2BA05: hue angle of 45.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2BA05 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.05 |
| HSL | 45.82º | 0.96% | 0.48% | - |
| HSV(B) | 45.82º | 0.98% | 0.95% | - |
| XYZ | 54.2 | 54.01 | 7.71 | - |
| YUV | 182.11 | 28.05 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 5 | 0 | 0.23 | 0.98 | 0.05 | 45.82 | 0.96 | 0.48 |
| Hex | F2 | BA | 5 | 0 | 17 | 62 | 5 | 2E | 60 | 30 |
| Octal | 362 | 272 | 5 | 0 | 27 | 142 | 5 | 56 | 140 | 60 |
| Binary | 11110010 | 10111010 | 101 | 0 | 10111 | 1100010 | 101 | 101110 | 1100000 | 110000 |
Color Harmonies of #F2BA05
Complementary color
Monochromatic Colors of #F2BA05
Black with #F2BA05
Text Example
Text Example
White with #F2BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA05; }
p { color: rgb(242,186,5); }
H1.HeaderClassName
{
color: #F2BA05;
}
.AnyTagClassName
{
color: #F2BA05;
}
</style>
background-color css
<style>
a { background-color: #F2BA05; }
a { background-color: rgb(242,186,5); }
div.DivClassName
{
background-color: #F2BA05;
}
.BgClassName
{
background-color: #F2BA05;
}
</style>
border-color css
<style>
span { border-color: #F2BA05; }
span { border-color: rgb(242,186,5); }
td.TdClassName
{
border-color: #F2BA05;
}
.TagClassName
{
border-color: #F2BA05;
}
</style>