Shades of Golden Poppy #F1C30E
Tints of Golden Poppy #F1C30E
RGB
CMYK
RGB Variations
Color information
#F1C30E (or 0xF1C30E) is known color: Golden Poppy. HEX triplet: F1, C3 and 0E. RGB value is (241,195,14). Sum of RGB (Red+Green+Blue) = 241+195+14=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C30E is #0E3CF1. Grayscale: #BCBCBC. Windows color (decimal): -933106 or 967665. OLE color: 967665.
HSL color Cylindrical-coordinate representation of color #F1C30E: hue angle of 47.84º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1C30E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.05 |
| HSL | 47.84º | 0.89% | 0.5% | - |
| HSV(B) | 47.84º | 0.94% | 0.95% | - |
| XYZ | 55.87 | 57.76 | 8.62 | - |
| YUV | 188.12 | 29.74 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 14 | 0 | 0.19 | 0.94 | 0.05 | 47.84 | 0.89 | 0.5 |
| Hex | F1 | C3 | E | 0 | 13 | 5E | 5 | 30 | 59 | 32 |
| Octal | 361 | 303 | 16 | 0 | 23 | 136 | 5 | 60 | 131 | 62 |
| Binary | 11110001 | 11000011 | 1110 | 0 | 10011 | 1011110 | 101 | 110000 | 1011001 | 110010 |
Color Harmonies of #F1C30E
Complementary color
Monochromatic Colors of #F1C30E
Black with #F1C30E
Text Example
Text Example
White with #F1C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C30E; }
p { color: rgb(241,195,14); }
H1.HeaderClassName
{
color: #F1C30E;
}
.AnyTagClassName
{
color: #F1C30E;
}
</style>
background-color css
<style>
a { background-color: #F1C30E; }
a { background-color: rgb(241,195,14); }
div.DivClassName
{
background-color: #F1C30E;
}
.BgClassName
{
background-color: #F1C30E;
}
</style>
border-color css
<style>
span { border-color: #F1C30E; }
span { border-color: rgb(241,195,14); }
td.TdClassName
{
border-color: #F1C30E;
}
.TagClassName
{
border-color: #F1C30E;
}
</style>