Shades of Golden Poppy #F1C809
Tints of Golden Poppy #F1C809
RGB
CMYK
RGB Variations
Color information
#F1C809 (or 0xF1C809) is known color: Golden Poppy. HEX triplet: F1, C8 and 09. RGB value is (241,200,9). Sum of RGB (Red+Green+Blue) = 241+200+9=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C809 is #0E37F6. Grayscale: #BFBFBF. Windows color (decimal): -931831 or 641265. OLE color: 641265.
HSL color Cylindrical-coordinate representation of color #F1C809: hue angle of 49.4º degrees, saturation: 0.93, 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 #F1C809 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.05 |
| HSL | 49.4º | 0.93% | 0.49% | - |
| HSV(B) | 49.4º | 0.96% | 0.95% | - |
| XYZ | 56.98 | 60.03 | 8.84 | - |
| YUV | 190.49 | 25.58 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 9 | 0 | 0.17 | 0.96 | 0.05 | 49.4 | 0.93 | 0.49 |
| Hex | F1 | C8 | 9 | 0 | 11 | 60 | 5 | 31 | 5D | 31 |
| Octal | 361 | 310 | 11 | 0 | 21 | 140 | 5 | 61 | 135 | 61 |
| Binary | 11110001 | 11001000 | 1001 | 0 | 10001 | 1100000 | 101 | 110001 | 1011101 | 110001 |
Color Harmonies of #F1C809
Complementary color
Monochromatic Colors of #F1C809
Black with #F1C809
Text Example
Text Example
White with #F1C809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C809; }
p { color: rgb(241,200,9); }
H1.HeaderClassName
{
color: #F1C809;
}
.AnyTagClassName
{
color: #F1C809;
}
</style>
background-color css
<style>
a { background-color: #F1C809; }
a { background-color: rgb(241,200,9); }
div.DivClassName
{
background-color: #F1C809;
}
.BgClassName
{
background-color: #F1C809;
}
</style>
border-color css
<style>
span { border-color: #F1C809; }
span { border-color: rgb(241,200,9); }
td.TdClassName
{
border-color: #F1C809;
}
.TagClassName
{
border-color: #F1C809;
}
</style>