Shades of Golden Poppy #F1C800
Tints of Golden Poppy #F1C800
RGB
CMYK
RGB Variations
Color information
#F1C800 (or 0xF1C800) is known color: Golden Poppy. HEX triplet: F1, C8 and 00. RGB value is (241,200,0). Sum of RGB (Red+Green+Blue) = 241+200+0=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C800 is #0E37FF. Grayscale: #BEBEBE. Windows color (decimal): -931840 or 51441. OLE color: 51441.
HSL color Cylindrical-coordinate representation of color #F1C800: hue angle of 49.79º 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 #F1C800 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.05 |
| HSL | 49.79º | 1% | 0.47% | - |
| HSV(B) | 49.79º | 1% | 0.95% | - |
| XYZ | 56.93 | 60.01 | 8.58 | - |
| YUV | 189.46 | 21.08 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 0 | 0 | 0.17 | 1 | 0.05 | 49.79 | 1 | 0.47 |
| Hex | F1 | C8 | 0 | 0 | 11 | 64 | 5 | 32 | 64 | 2F |
| Octal | 361 | 310 | 0 | 0 | 21 | 144 | 5 | 62 | 144 | 57 |
| Binary | 11110001 | 11001000 | 0 | 0 | 10001 | 1100100 | 101 | 110010 | 1100100 | 101111 |
Color Harmonies of #F1C800
Complementary color
Monochromatic Colors of #F1C800
Black with #F1C800
Text Example
Text Example
White with #F1C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C800; }
p { color: rgb(241,200,0); }
H1.HeaderClassName
{
color: #F1C800;
}
.AnyTagClassName
{
color: #F1C800;
}
</style>
background-color css
<style>
a { background-color: #F1C800; }
a { background-color: rgb(241,200,0); }
div.DivClassName
{
background-color: #F1C800;
}
.BgClassName
{
background-color: #F1C800;
}
</style>
border-color css
<style>
span { border-color: #F1C800; }
span { border-color: rgb(241,200,0); }
td.TdClassName
{
border-color: #F1C800;
}
.TagClassName
{
border-color: #F1C800;
}
</style>