Shades of Golden Poppy #F1C400
Tints of Golden Poppy #F1C400
RGB
CMYK
RGB Variations
Color information
#F1C400 (or 0xF1C400) is known color: Golden Poppy. HEX triplet: F1, C4 and 00. RGB value is (241,196,0). Sum of RGB (Red+Green+Blue) = 241+196+0=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C400 is #0E3BFF. Grayscale: #BBBBBB. Windows color (decimal): -932864 or 50417. OLE color: 50417.
HSL color Cylindrical-coordinate representation of color #F1C400: hue angle of 48.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1C400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.05 |
| HSL | 48.8º | 1% | 0.47% | - |
| HSV(B) | 48.8º | 1% | 0.95% | - |
| XYZ | 56.02 | 58.18 | 8.28 | - |
| YUV | 187.11 | 22.41 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 0 | 0 | 0.19 | 1 | 0.05 | 48.8 | 1 | 0.47 |
| Hex | F1 | C4 | 0 | 0 | 13 | 64 | 5 | 31 | 64 | 2F |
| Octal | 361 | 304 | 0 | 0 | 23 | 144 | 5 | 61 | 144 | 57 |
| Binary | 11110001 | 11000100 | 0 | 0 | 10011 | 1100100 | 101 | 110001 | 1100100 | 101111 |
Color Harmonies of #F1C400
Complementary color
Monochromatic Colors of #F1C400
Black with #F1C400
Text Example
Text Example
White with #F1C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C400; }
p { color: rgb(241,196,0); }
H1.HeaderClassName
{
color: #F1C400;
}
.AnyTagClassName
{
color: #F1C400;
}
</style>
background-color css
<style>
a { background-color: #F1C400; }
a { background-color: rgb(241,196,0); }
div.DivClassName
{
background-color: #F1C400;
}
.BgClassName
{
background-color: #F1C400;
}
</style>
border-color css
<style>
span { border-color: #F1C400; }
span { border-color: rgb(241,196,0); }
td.TdClassName
{
border-color: #F1C400;
}
.TagClassName
{
border-color: #F1C400;
}
</style>