Shades of Golden Poppy #F1BA04
Tints of Golden Poppy #F1BA04
RGB
CMYK
RGB Variations
Color information
#F1BA04 (or 0xF1BA04) is known color: Golden Poppy. HEX triplet: F1, BA and 04. RGB value is (241,186,4). Sum of RGB (Red+Green+Blue) = 241+186+4=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BA04 is #0E45FB. Grayscale: #B6B6B6. Windows color (decimal): -935420 or 310001. OLE color: 310001.
HSL color Cylindrical-coordinate representation of color #F1BA04: hue angle of 46.08º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1BA04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.05 |
| HSL | 46.08º | 0.97% | 0.48% | - |
| HSV(B) | 46.08º | 0.98% | 0.95% | - |
| XYZ | 53.86 | 53.83 | 7.67 | - |
| YUV | 181.7 | 27.72 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 4 | 0 | 0.23 | 0.98 | 0.05 | 46.08 | 0.97 | 0.48 |
| Hex | F1 | BA | 4 | 0 | 17 | 62 | 5 | 2E | 61 | 30 |
| Octal | 361 | 272 | 4 | 0 | 27 | 142 | 5 | 56 | 141 | 60 |
| Binary | 11110001 | 10111010 | 100 | 0 | 10111 | 1100010 | 101 | 101110 | 1100001 | 110000 |
Color Harmonies of #F1BA04
Complementary color
Monochromatic Colors of #F1BA04
Black with #F1BA04
Text Example
Text Example
White with #F1BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA04; }
p { color: rgb(241,186,4); }
H1.HeaderClassName
{
color: #F1BA04;
}
.AnyTagClassName
{
color: #F1BA04;
}
</style>
background-color css
<style>
a { background-color: #F1BA04; }
a { background-color: rgb(241,186,4); }
div.DivClassName
{
background-color: #F1BA04;
}
.BgClassName
{
background-color: #F1BA04;
}
</style>
border-color css
<style>
span { border-color: #F1BA04; }
span { border-color: rgb(241,186,4); }
td.TdClassName
{
border-color: #F1BA04;
}
.TagClassName
{
border-color: #F1BA04;
}
</style>