Shades of Golden Poppy #F1C900
Tints of Golden Poppy #F1C900
RGB
CMYK
RGB Variations
Color information
#F1C900 (or 0xF1C900) is known color: Golden Poppy. HEX triplet: F1, C9 and 00. RGB value is (241,201,0). Sum of RGB (Red+Green+Blue) = 241+201+0=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C900 is #0E36FF. Grayscale: #BEBEBE. Windows color (decimal): -931584 or 51697. OLE color: 51697.
HSL color Cylindrical-coordinate representation of color #F1C900: hue angle of 50.04º 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 #F1C900 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.05 |
| HSL | 50.04º | 1% | 0.47% | - |
| HSV(B) | 50.04º | 1% | 0.95% | - |
| XYZ | 57.16 | 60.47 | 8.66 | - |
| YUV | 190.05 | 20.75 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 0 | 0 | 0.17 | 1 | 0.05 | 50.04 | 1 | 0.47 |
| Hex | F1 | C9 | 0 | 0 | 11 | 64 | 5 | 32 | 64 | 2F |
| Octal | 361 | 311 | 0 | 0 | 21 | 144 | 5 | 62 | 144 | 57 |
| Binary | 11110001 | 11001001 | 0 | 0 | 10001 | 1100100 | 101 | 110010 | 1100100 | 101111 |
Color Harmonies of #F1C900
Complementary color
Monochromatic Colors of #F1C900
Black with #F1C900
Text Example
Text Example
White with #F1C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C900; }
p { color: rgb(241,201,0); }
H1.HeaderClassName
{
color: #F1C900;
}
.AnyTagClassName
{
color: #F1C900;
}
</style>
background-color css
<style>
a { background-color: #F1C900; }
a { background-color: rgb(241,201,0); }
div.DivClassName
{
background-color: #F1C900;
}
.BgClassName
{
background-color: #F1C900;
}
</style>
border-color css
<style>
span { border-color: #F1C900; }
span { border-color: rgb(241,201,0); }
td.TdClassName
{
border-color: #F1C900;
}
.TagClassName
{
border-color: #F1C900;
}
</style>