Shades of Golden Poppy #F2BA00
Tints of Golden Poppy #F2BA00
RGB
CMYK
RGB Variations
Color information
#F2BA00 (or 0xF2BA00) is known color: Golden Poppy. HEX triplet: F2, BA and 00. RGB value is (242,186,0). Sum of RGB (Red+Green+Blue) = 242+186+0=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA00 is #0D45FF. Grayscale: #B6B6B6. Windows color (decimal): -869888 or 47858. OLE color: 47858.
HSL color Cylindrical-coordinate representation of color #F2BA00: hue angle of 46.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2BA00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.05 |
| HSL | 46.12º | 1% | 0.47% | - |
| HSV(B) | 46.12º | 1% | 0.95% | - |
| XYZ | 54.18 | 54 | 7.57 | - |
| YUV | 181.54 | 25.55 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 0 | 0 | 0.23 | 1 | 0.05 | 46.12 | 1 | 0.47 |
| Hex | F2 | BA | 0 | 0 | 17 | 64 | 5 | 2E | 64 | 2F |
| Octal | 362 | 272 | 0 | 0 | 27 | 144 | 5 | 56 | 144 | 57 |
| Binary | 11110010 | 10111010 | 0 | 0 | 10111 | 1100100 | 101 | 101110 | 1100100 | 101111 |
Color Harmonies of #F2BA00
Complementary color
Monochromatic Colors of #F2BA00
Black with #F2BA00
Text Example
Text Example
White with #F2BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA00; }
p { color: rgb(242,186,0); }
H1.HeaderClassName
{
color: #F2BA00;
}
.AnyTagClassName
{
color: #F2BA00;
}
</style>
background-color css
<style>
a { background-color: #F2BA00; }
a { background-color: rgb(242,186,0); }
div.DivClassName
{
background-color: #F2BA00;
}
.BgClassName
{
background-color: #F2BA00;
}
</style>
border-color css
<style>
span { border-color: #F2BA00; }
span { border-color: rgb(242,186,0); }
td.TdClassName
{
border-color: #F2BA00;
}
.TagClassName
{
border-color: #F2BA00;
}
</style>