Shades of Golden Poppy #F2BB06
Tints of Golden Poppy #F2BB06
RGB
CMYK
RGB Variations
Color information
#F2BB06 (or 0xF2BB06) is known color: Golden Poppy. HEX triplet: F2, BB and 06. RGB value is (242,187,6). Sum of RGB (Red+Green+Blue) = 242+187+6=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BB06 is #0D44F9. Grayscale: #B7B7B7. Windows color (decimal): -869626 or 441330. OLE color: 441330.
HSL color Cylindrical-coordinate representation of color #F2BB06: hue angle of 46.02º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2BB06 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.05 |
| HSL | 46.02º | 0.95% | 0.49% | - |
| HSV(B) | 46.02º | 0.98% | 0.95% | - |
| XYZ | 54.42 | 54.43 | 7.81 | - |
| YUV | 182.81 | 28.22 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 6 | 0 | 0.23 | 0.98 | 0.05 | 46.02 | 0.95 | 0.49 |
| Hex | F2 | BB | 6 | 0 | 17 | 62 | 5 | 2E | 5F | 31 |
| Octal | 362 | 273 | 6 | 0 | 27 | 142 | 5 | 56 | 137 | 61 |
| Binary | 11110010 | 10111011 | 110 | 0 | 10111 | 1100010 | 101 | 101110 | 1011111 | 110001 |
Color Harmonies of #F2BB06
Complementary color
Monochromatic Colors of #F2BB06
Black with #F2BB06
Text Example
Text Example
White with #F2BB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB06; }
p { color: rgb(242,187,6); }
H1.HeaderClassName
{
color: #F2BB06;
}
.AnyTagClassName
{
color: #F2BB06;
}
</style>
background-color css
<style>
a { background-color: #F2BB06; }
a { background-color: rgb(242,187,6); }
div.DivClassName
{
background-color: #F2BB06;
}
.BgClassName
{
background-color: #F2BB06;
}
</style>
border-color css
<style>
span { border-color: #F2BB06; }
span { border-color: rgb(242,187,6); }
td.TdClassName
{
border-color: #F2BB06;
}
.TagClassName
{
border-color: #F2BB06;
}
</style>