Shades of Golden Poppy #F2BC07
Tints of Golden Poppy #F2BC07
RGB
CMYK
RGB Variations
Color information
#F2BC07 (or 0xF2BC07) is known color: Golden Poppy. HEX triplet: F2, BC and 07. RGB value is (242,188,7). Sum of RGB (Red+Green+Blue) = 242+188+7=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC07 is #0D43F8. Grayscale: #B8B8B8. Windows color (decimal): -869369 or 507122. OLE color: 507122.
HSL color Cylindrical-coordinate representation of color #F2BC07: hue angle of 46.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2BC07 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.05 |
| HSL | 46.21º | 0.94% | 0.49% | - |
| HSV(B) | 46.21º | 0.97% | 0.95% | - |
| XYZ | 54.64 | 54.86 | 7.91 | - |
| YUV | 183.51 | 28.39 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 7 | 0 | 0.22 | 0.97 | 0.05 | 46.21 | 0.94 | 0.49 |
| Hex | F2 | BC | 7 | 0 | 16 | 61 | 5 | 2E | 5E | 31 |
| Octal | 362 | 274 | 7 | 0 | 26 | 141 | 5 | 56 | 136 | 61 |
| Binary | 11110010 | 10111100 | 111 | 0 | 10110 | 1100001 | 101 | 101110 | 1011110 | 110001 |
Color Harmonies of #F2BC07
Complementary color
Monochromatic Colors of #F2BC07
Black with #F2BC07
Text Example
Text Example
White with #F2BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC07; }
p { color: rgb(242,188,7); }
H1.HeaderClassName
{
color: #F2BC07;
}
.AnyTagClassName
{
color: #F2BC07;
}
</style>
background-color css
<style>
a { background-color: #F2BC07; }
a { background-color: rgb(242,188,7); }
div.DivClassName
{
background-color: #F2BC07;
}
.BgClassName
{
background-color: #F2BC07;
}
</style>
border-color css
<style>
span { border-color: #F2BC07; }
span { border-color: rgb(242,188,7); }
td.TdClassName
{
border-color: #F2BC07;
}
.TagClassName
{
border-color: #F2BC07;
}
</style>