Shades of Golden Poppy #F2BA0A
Tints of Golden Poppy #F2BA0A
RGB
CMYK
RGB Variations
Color information
#F2BA0A (or 0xF2BA0A) is known color: Golden Poppy. HEX triplet: F2, BA and 0A. RGB value is (242,186,10). Sum of RGB (Red+Green+Blue) = 242+186+10=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA0A is #0D45F5. Grayscale: #B7B7B7. Windows color (decimal): -869878 or 703218. OLE color: 703218.
HSL color Cylindrical-coordinate representation of color #F2BA0A: hue angle of 45.52º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2BA0A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.05 |
| HSL | 45.52º | 0.92% | 0.49% | - |
| HSV(B) | 45.52º | 0.96% | 0.95% | - |
| XYZ | 54.23 | 54.02 | 7.86 | - |
| YUV | 182.68 | 30.55 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 10 | 0 | 0.23 | 0.96 | 0.05 | 45.52 | 0.92 | 0.49 |
| Hex | F2 | BA | A | 0 | 17 | 60 | 5 | 2E | 5C | 31 |
| Octal | 362 | 272 | 12 | 0 | 27 | 140 | 5 | 56 | 134 | 61 |
| Binary | 11110010 | 10111010 | 1010 | 0 | 10111 | 1100000 | 101 | 101110 | 1011100 | 110001 |
Color Harmonies of #F2BA0A
Complementary color
Monochromatic Colors of #F2BA0A
Black with #F2BA0A
Text Example
Text Example
White with #F2BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA0A; }
p { color: rgb(242,186,10); }
H1.HeaderClassName
{
color: #F2BA0A;
}
.AnyTagClassName
{
color: #F2BA0A;
}
</style>
background-color css
<style>
a { background-color: #F2BA0A; }
a { background-color: rgb(242,186,10); }
div.DivClassName
{
background-color: #F2BA0A;
}
.BgClassName
{
background-color: #F2BA0A;
}
</style>
border-color css
<style>
span { border-color: #F2BA0A; }
span { border-color: rgb(242,186,10); }
td.TdClassName
{
border-color: #F2BA0A;
}
.TagClassName
{
border-color: #F2BA0A;
}
</style>