Shades of Golden Poppy #F1C503
Tints of Golden Poppy #F1C503
RGB
CMYK
RGB Variations
Color information
#F1C503 (or 0xF1C503) is known color: Golden Poppy. HEX triplet: F1, C5 and 03. RGB value is (241,197,3). Sum of RGB (Red+Green+Blue) = 241+197+3=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C503 is #0E3AFC. Grayscale: #BCBCBC. Windows color (decimal): -932605 or 247281. OLE color: 247281.
HSL color Cylindrical-coordinate representation of color #F1C503: hue angle of 48.91º 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 #F1C503 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.05 |
| HSL | 48.91º | 0.98% | 0.48% | - |
| HSV(B) | 48.91º | 0.99% | 0.95% | - |
| XYZ | 56.26 | 58.64 | 8.44 | - |
| YUV | 188.04 | 23.58 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 3 | 0 | 0.18 | 0.99 | 0.05 | 48.91 | 0.98 | 0.48 |
| Hex | F1 | C5 | 3 | 0 | 12 | 63 | 5 | 31 | 62 | 30 |
| Octal | 361 | 305 | 3 | 0 | 22 | 143 | 5 | 61 | 142 | 60 |
| Binary | 11110001 | 11000101 | 11 | 0 | 10010 | 1100011 | 101 | 110001 | 1100010 | 110000 |
Color Harmonies of #F1C503
Complementary color
Monochromatic Colors of #F1C503
Black with #F1C503
Text Example
Text Example
White with #F1C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C503; }
p { color: rgb(241,197,3); }
H1.HeaderClassName
{
color: #F1C503;
}
.AnyTagClassName
{
color: #F1C503;
}
</style>
background-color css
<style>
a { background-color: #F1C503; }
a { background-color: rgb(241,197,3); }
div.DivClassName
{
background-color: #F1C503;
}
.BgClassName
{
background-color: #F1C503;
}
</style>
border-color css
<style>
span { border-color: #F1C503; }
span { border-color: rgb(241,197,3); }
td.TdClassName
{
border-color: #F1C503;
}
.TagClassName
{
border-color: #F1C503;
}
</style>