Shades of Golden Poppy #F2BC01
Tints of Golden Poppy #F2BC01
RGB
CMYK
RGB Variations
Color information
#F2BC01 (or 0xF2BC01) is known color: Golden Poppy. HEX triplet: F2, BC and 01. RGB value is (242,188,1). Sum of RGB (Red+Green+Blue) = 242+188+1=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BC01 is #0D43FE. Grayscale: #B7B7B7. Windows color (decimal): -869375 or 113906. OLE color: 113906.
HSL color Cylindrical-coordinate representation of color #F2BC01: hue angle of 46.56º 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 #F2BC01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.05 |
| HSL | 46.56º | 0.99% | 0.48% | - |
| HSV(B) | 46.56º | 1% | 0.95% | - |
| XYZ | 54.61 | 54.85 | 7.74 | - |
| YUV | 182.83 | 25.39 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 1 | 0 | 0.22 | 1.00 | 0.05 | 46.56 | 0.99 | 0.48 |
| Hex | F2 | BC | 1 | 0 | 16 | 64 | 5 | 2F | 63 | 30 |
| Octal | 362 | 274 | 1 | 0 | 26 | 144 | 5 | 57 | 143 | 60 |
| Binary | 11110010 | 10111100 | 1 | 0 | 10110 | 1100100 | 101 | 101111 | 1100011 | 110000 |
Color Harmonies of #F2BC01
Complementary color
Monochromatic Colors of #F2BC01
Black with #F2BC01
Text Example
Text Example
White with #F2BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC01; }
p { color: rgb(242,188,1); }
H1.HeaderClassName
{
color: #F2BC01;
}
.AnyTagClassName
{
color: #F2BC01;
}
</style>
background-color css
<style>
a { background-color: #F2BC01; }
a { background-color: rgb(242,188,1); }
div.DivClassName
{
background-color: #F2BC01;
}
.BgClassName
{
background-color: #F2BC01;
}
</style>
border-color css
<style>
span { border-color: #F2BC01; }
span { border-color: rgb(242,188,1); }
td.TdClassName
{
border-color: #F2BC01;
}
.TagClassName
{
border-color: #F2BC01;
}
</style>