Shades of Golden Poppy #F1C802
Tints of Golden Poppy #F1C802
RGB
CMYK
RGB Variations
Color information
#F1C802 (or 0xF1C802) is known color: Golden Poppy. HEX triplet: F1, C8 and 02. RGB value is (241,200,2). Sum of RGB (Red+Green+Blue) = 241+200+2=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C802 is #0E37FD. Grayscale: #BEBEBE. Windows color (decimal): -931838 or 182513. OLE color: 182513.
HSL color Cylindrical-coordinate representation of color #F1C802: hue angle of 49.71º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1C802 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.05 |
| HSL | 49.71º | 0.98% | 0.48% | - |
| HSV(B) | 49.71º | 0.99% | 0.95% | - |
| XYZ | 56.94 | 60.01 | 8.64 | - |
| YUV | 189.69 | 22.08 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 2 | 0 | 0.17 | 0.99 | 0.05 | 49.71 | 0.98 | 0.48 |
| Hex | F1 | C8 | 2 | 0 | 11 | 63 | 5 | 32 | 62 | 30 |
| Octal | 361 | 310 | 2 | 0 | 21 | 143 | 5 | 62 | 142 | 60 |
| Binary | 11110001 | 11001000 | 10 | 0 | 10001 | 1100011 | 101 | 110010 | 1100010 | 110000 |
Color Harmonies of #F1C802
Complementary color
Monochromatic Colors of #F1C802
Black with #F1C802
Text Example
Text Example
White with #F1C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C802; }
p { color: rgb(241,200,2); }
H1.HeaderClassName
{
color: #F1C802;
}
.AnyTagClassName
{
color: #F1C802;
}
</style>
background-color css
<style>
a { background-color: #F1C802; }
a { background-color: rgb(241,200,2); }
div.DivClassName
{
background-color: #F1C802;
}
.BgClassName
{
background-color: #F1C802;
}
</style>
border-color css
<style>
span { border-color: #F1C802; }
span { border-color: rgb(241,200,2); }
td.TdClassName
{
border-color: #F1C802;
}
.TagClassName
{
border-color: #F1C802;
}
</style>