Shades of Golden Poppy #F1BF0A
Tints of Golden Poppy #F1BF0A
RGB
CMYK
RGB Variations
Color information
#F1BF0A (or 0xF1BF0A) is known color: Golden Poppy. HEX triplet: F1, BF and 0A. RGB value is (241,191,10). Sum of RGB (Red+Green+Blue) = 241+191+10=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BF0A is #0E40F5. Grayscale: #BABABA. Windows color (decimal): -934134 or 704497. OLE color: 704497.
HSL color Cylindrical-coordinate representation of color #F1BF0A: hue angle of 47.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1BF0A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 10 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.05 |
| HSL | 47.01º | 0.92% | 0.49% | - |
| HSV(B) | 47.01º | 0.96% | 0.95% | - |
| XYZ | 54.96 | 55.98 | 8.2 | - |
| YUV | 185.32 | 29.07 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 10 | 0 | 0.21 | 0.96 | 0.05 | 47.01 | 0.92 | 0.49 |
| Hex | F1 | BF | A | 0 | 15 | 60 | 5 | 2F | 5C | 31 |
| Octal | 361 | 277 | 12 | 0 | 25 | 140 | 5 | 57 | 134 | 61 |
| Binary | 11110001 | 10111111 | 1010 | 0 | 10101 | 1100000 | 101 | 101111 | 1011100 | 110001 |
Color Harmonies of #F1BF0A
Complementary color
Monochromatic Colors of #F1BF0A
Black with #F1BF0A
Text Example
Text Example
White with #F1BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF0A; }
p { color: rgb(241,191,10); }
H1.HeaderClassName
{
color: #F1BF0A;
}
.AnyTagClassName
{
color: #F1BF0A;
}
</style>
background-color css
<style>
a { background-color: #F1BF0A; }
a { background-color: rgb(241,191,10); }
div.DivClassName
{
background-color: #F1BF0A;
}
.BgClassName
{
background-color: #F1BF0A;
}
</style>
border-color css
<style>
span { border-color: #F1BF0A; }
span { border-color: rgb(241,191,10); }
td.TdClassName
{
border-color: #F1BF0A;
}
.TagClassName
{
border-color: #F1BF0A;
}
</style>