Shades of Golden Poppy #F2BD01
Tints of Golden Poppy #F2BD01
RGB
CMYK
RGB Variations
Color information
#F2BD01 (or 0xF2BD01) is known color: Golden Poppy. HEX triplet: F2, BD and 01. RGB value is (242,189,1). Sum of RGB (Red+Green+Blue) = 242+189+1=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BD01 is #0D42FE. Grayscale: #B8B8B8. Windows color (decimal): -869119 or 114162. OLE color: 114162.
HSL color Cylindrical-coordinate representation of color #F2BD01: hue angle of 46.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2BD01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.05 |
| HSL | 46.8º | 0.99% | 0.48% | - |
| HSV(B) | 46.8º | 1% | 0.95% | - |
| XYZ | 54.82 | 55.27 | 7.81 | - |
| YUV | 183.42 | 25.06 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 1 | 0 | 0.22 | 1.00 | 0.05 | 46.8 | 0.99 | 0.48 |
| Hex | F2 | BD | 1 | 0 | 16 | 64 | 5 | 2F | 63 | 30 |
| Octal | 362 | 275 | 1 | 0 | 26 | 144 | 5 | 57 | 143 | 60 |
| Binary | 11110010 | 10111101 | 1 | 0 | 10110 | 1100100 | 101 | 101111 | 1100011 | 110000 |
Color Harmonies of #F2BD01
Complementary color
Monochromatic Colors of #F2BD01
Black with #F2BD01
Text Example
Text Example
White with #F2BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BD01; }
p { color: rgb(242,189,1); }
H1.HeaderClassName
{
color: #F2BD01;
}
.AnyTagClassName
{
color: #F2BD01;
}
</style>
background-color css
<style>
a { background-color: #F2BD01; }
a { background-color: rgb(242,189,1); }
div.DivClassName
{
background-color: #F2BD01;
}
.BgClassName
{
background-color: #F2BD01;
}
</style>
border-color css
<style>
span { border-color: #F2BD01; }
span { border-color: rgb(242,189,1); }
td.TdClassName
{
border-color: #F2BD01;
}
.TagClassName
{
border-color: #F2BD01;
}
</style>