Shades of Golden Poppy #F2BF03
Tints of Golden Poppy #F2BF03
RGB
CMYK
RGB Variations
Color information
#F2BF03 (or 0xF2BF03) is known color: Golden Poppy. HEX triplet: F2, BF and 03. RGB value is (242,191,3). Sum of RGB (Red+Green+Blue) = 242+191+3=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BF03 is #0D40FC. Grayscale: #B9B9B9. Windows color (decimal): -868605 or 245746. OLE color: 245746.
HSL color Cylindrical-coordinate representation of color #F2BF03: hue angle of 47.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2BF03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.05 |
| HSL | 47.2º | 0.98% | 0.48% | - |
| HSV(B) | 47.2º | 0.99% | 0.95% | - |
| XYZ | 55.27 | 56.15 | 8.01 | - |
| YUV | 184.82 | 25.4 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 3 | 0 | 0.21 | 0.99 | 0.05 | 47.2 | 0.98 | 0.48 |
| Hex | F2 | BF | 3 | 0 | 15 | 63 | 5 | 2F | 62 | 30 |
| Octal | 362 | 277 | 3 | 0 | 25 | 143 | 5 | 57 | 142 | 60 |
| Binary | 11110010 | 10111111 | 11 | 0 | 10101 | 1100011 | 101 | 101111 | 1100010 | 110000 |
Color Harmonies of #F2BF03
Complementary color
Monochromatic Colors of #F2BF03
Black with #F2BF03
Text Example
Text Example
White with #F2BF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF03; }
p { color: rgb(242,191,3); }
H1.HeaderClassName
{
color: #F2BF03;
}
.AnyTagClassName
{
color: #F2BF03;
}
</style>
background-color css
<style>
a { background-color: #F2BF03; }
a { background-color: rgb(242,191,3); }
div.DivClassName
{
background-color: #F2BF03;
}
.BgClassName
{
background-color: #F2BF03;
}
</style>
border-color css
<style>
span { border-color: #F2BF03; }
span { border-color: rgb(242,191,3); }
td.TdClassName
{
border-color: #F2BF03;
}
.TagClassName
{
border-color: #F2BF03;
}
</style>