Shades of Golden Poppy #F2BD09
Tints of Golden Poppy #F2BD09
RGB
CMYK
RGB Variations
Color information
#F2BD09 (or 0xF2BD09) is known color: Golden Poppy. HEX triplet: F2, BD and 09. RGB value is (242,189,9). Sum of RGB (Red+Green+Blue) = 242+189+9=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BD09 is #0D42F6. Grayscale: #B9B9B9. Windows color (decimal): -869111 or 638450. OLE color: 638450.
HSL color Cylindrical-coordinate representation of color #F2BD09: hue angle of 46.35º degrees, saturation: 0.93, 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 #F2BD09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.05 |
| HSL | 46.35º | 0.93% | 0.49% | - |
| HSV(B) | 46.35º | 0.96% | 0.95% | - |
| XYZ | 54.86 | 55.29 | 8.04 | - |
| YUV | 184.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 9 | 0 | 0.22 | 0.96 | 0.05 | 46.35 | 0.93 | 0.49 |
| Hex | F2 | BD | 9 | 0 | 16 | 60 | 5 | 2E | 5D | 31 |
| Octal | 362 | 275 | 11 | 0 | 26 | 140 | 5 | 56 | 135 | 61 |
| Binary | 11110010 | 10111101 | 1001 | 0 | 10110 | 1100000 | 101 | 101110 | 1011101 | 110001 |
Color Harmonies of #F2BD09
Complementary color
Monochromatic Colors of #F2BD09
Black with #F2BD09
Text Example
Text Example
White with #F2BD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD09; }
p { color: rgb(242,189,9); }
H1.HeaderClassName
{
color: #F2BD09;
}
.AnyTagClassName
{
color: #F2BD09;
}
</style>
background-color css
<style>
a { background-color: #F2BD09; }
a { background-color: rgb(242,189,9); }
div.DivClassName
{
background-color: #F2BD09;
}
.BgClassName
{
background-color: #F2BD09;
}
</style>
border-color css
<style>
span { border-color: #F2BD09; }
span { border-color: rgb(242,189,9); }
td.TdClassName
{
border-color: #F2BD09;
}
.TagClassName
{
border-color: #F2BD09;
}
</style>