Shades of Golden Poppy #F1C509
Tints of Golden Poppy #F1C509
RGB
CMYK
RGB Variations
Color information
#F1C509 (or 0xF1C509) is known color: Golden Poppy. HEX triplet: F1, C5 and 09. RGB value is (241,197,9). Sum of RGB (Red+Green+Blue) = 241+197+9=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C509 is #0E3AF6. Grayscale: #BDBDBD. Windows color (decimal): -932599 or 640497. OLE color: 640497.
HSL color Cylindrical-coordinate representation of color #F1C509: hue angle of 48.62º 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 #F1C509 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.05 |
| HSL | 48.62º | 0.93% | 0.49% | - |
| HSV(B) | 48.62º | 0.96% | 0.95% | - |
| XYZ | 56.29 | 58.65 | 8.61 | - |
| YUV | 188.72 | 26.58 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 9 | 0 | 0.18 | 0.96 | 0.05 | 48.62 | 0.93 | 0.49 |
| Hex | F1 | C5 | 9 | 0 | 12 | 60 | 5 | 31 | 5D | 31 |
| Octal | 361 | 305 | 11 | 0 | 22 | 140 | 5 | 61 | 135 | 61 |
| Binary | 11110001 | 11000101 | 1001 | 0 | 10010 | 1100000 | 101 | 110001 | 1011101 | 110001 |
Color Harmonies of #F1C509
Complementary color
Monochromatic Colors of #F1C509
Black with #F1C509
Text Example
Text Example
White with #F1C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C509; }
p { color: rgb(241,197,9); }
H1.HeaderClassName
{
color: #F1C509;
}
.AnyTagClassName
{
color: #F1C509;
}
</style>
background-color css
<style>
a { background-color: #F1C509; }
a { background-color: rgb(241,197,9); }
div.DivClassName
{
background-color: #F1C509;
}
.BgClassName
{
background-color: #F1C509;
}
</style>
border-color css
<style>
span { border-color: #F1C509; }
span { border-color: rgb(241,197,9); }
td.TdClassName
{
border-color: #F1C509;
}
.TagClassName
{
border-color: #F1C509;
}
</style>