Shades of Golden Poppy #F1C201
Tints of Golden Poppy #F1C201
RGB
CMYK
RGB Variations
Color information
#F1C201 (or 0xF1C201) is known color: Golden Poppy. HEX triplet: F1, C2 and 01. RGB value is (241,194,1). Sum of RGB (Red+Green+Blue) = 241+194+1=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C201 is #0E3DFE. Grayscale: #BABABA. Windows color (decimal): -933375 or 115441. OLE color: 115441.
HSL color Cylindrical-coordinate representation of color #F1C201: hue angle of 48.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1C201 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.05 |
| HSL | 48.25º | 0.99% | 0.47% | - |
| HSV(B) | 48.25º | 1% | 0.95% | - |
| XYZ | 55.57 | 57.29 | 8.16 | - |
| YUV | 186.05 | 23.57 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 1 | 0 | 0.20 | 1.00 | 0.05 | 48.25 | 0.99 | 0.47 |
| Hex | F1 | C2 | 1 | 0 | 14 | 64 | 5 | 30 | 63 | 2F |
| Octal | 361 | 302 | 1 | 0 | 24 | 144 | 5 | 60 | 143 | 57 |
| Binary | 11110001 | 11000010 | 1 | 0 | 10100 | 1100100 | 101 | 110000 | 1100011 | 101111 |
Color Harmonies of #F1C201
Complementary color
Monochromatic Colors of #F1C201
Black with #F1C201
Text Example
Text Example
White with #F1C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C201; }
p { color: rgb(241,194,1); }
H1.HeaderClassName
{
color: #F1C201;
}
.AnyTagClassName
{
color: #F1C201;
}
</style>
background-color css
<style>
a { background-color: #F1C201; }
a { background-color: rgb(241,194,1); }
div.DivClassName
{
background-color: #F1C201;
}
.BgClassName
{
background-color: #F1C201;
}
</style>
border-color css
<style>
span { border-color: #F1C201; }
span { border-color: rgb(241,194,1); }
td.TdClassName
{
border-color: #F1C201;
}
.TagClassName
{
border-color: #F1C201;
}
</style>