Shades of Golden Poppy #F3C503
Tints of Golden Poppy #F3C503
RGB
CMYK
RGB Variations
Color information
#F3C503 (or 0xF3C503) is known color: Golden Poppy. HEX triplet: F3, C5 and 03. RGB value is (243,197,3). Sum of RGB (Red+Green+Blue) = 243+197+3=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C503 is #0C3AFC. Grayscale: #BDBDBD. Windows color (decimal): -801533 or 247283. OLE color: 247283.
HSL color Cylindrical-coordinate representation of color #F3C503: hue angle of 48.5º 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 #F3C503 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.05 |
| HSL | 48.5º | 0.98% | 0.48% | - |
| HSV(B) | 48.5º | 0.99% | 0.95% | - |
| XYZ | 56.94 | 58.99 | 8.47 | - |
| YUV | 188.64 | 23.24 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 3 | 0 | 0.19 | 0.99 | 0.05 | 48.5 | 0.98 | 0.48 |
| Hex | F3 | C5 | 3 | 0 | 13 | 63 | 5 | 30 | 62 | 30 |
| Octal | 363 | 305 | 3 | 0 | 23 | 143 | 5 | 60 | 142 | 60 |
| Binary | 11110011 | 11000101 | 11 | 0 | 10011 | 1100011 | 101 | 110000 | 1100010 | 110000 |
Color Harmonies of #F3C503
Complementary color
Monochromatic Colors of #F3C503
Black with #F3C503
Text Example
Text Example
White with #F3C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C503; }
p { color: rgb(243,197,3); }
H1.HeaderClassName
{
color: #F3C503;
}
.AnyTagClassName
{
color: #F3C503;
}
</style>
background-color css
<style>
a { background-color: #F3C503; }
a { background-color: rgb(243,197,3); }
div.DivClassName
{
background-color: #F3C503;
}
.BgClassName
{
background-color: #F3C503;
}
</style>
border-color css
<style>
span { border-color: #F3C503; }
span { border-color: rgb(243,197,3); }
td.TdClassName
{
border-color: #F3C503;
}
.TagClassName
{
border-color: #F3C503;
}
</style>