Shades of Golden Poppy #F9C503
Tints of Golden Poppy #F9C503
RGB
CMYK
RGB Variations
Color information
#F9C503 (or 0xF9C503) is known color: Golden Poppy. HEX triplet: F9, C5 and 03. RGB value is (249,197,3). Sum of RGB (Red+Green+Blue) = 249+197+3=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C503 is #063AFC. Grayscale: #BFBFBF. Windows color (decimal): -408317 or 247289. OLE color: 247289.
HSL color Cylindrical-coordinate representation of color #F9C503: hue angle of 47.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9C503 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.02 |
| HSL | 47.32º | 0.98% | 0.49% | - |
| HSV(B) | 47.32º | 0.99% | 0.98% | - |
| XYZ | 59.05 | 60.08 | 8.57 | - |
| YUV | 190.43 | 22.23 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 3 | 0 | 0.21 | 0.99 | 0.02 | 47.32 | 0.98 | 0.49 |
| Hex | F9 | C5 | 3 | 0 | 15 | 63 | 2 | 2F | 62 | 31 |
| Octal | 371 | 305 | 3 | 0 | 25 | 143 | 2 | 57 | 142 | 61 |
| Binary | 11111001 | 11000101 | 11 | 0 | 10101 | 1100011 | 10 | 101111 | 1100010 | 110001 |
Color Harmonies of #F9C503
Complementary color
Monochromatic Colors of #F9C503
Black with #F9C503
Text Example
Text Example
White with #F9C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C503; }
p { color: rgb(249,197,3); }
H1.HeaderClassName
{
color: #F9C503;
}
.AnyTagClassName
{
color: #F9C503;
}
</style>
background-color css
<style>
a { background-color: #F9C503; }
a { background-color: rgb(249,197,3); }
div.DivClassName
{
background-color: #F9C503;
}
.BgClassName
{
background-color: #F9C503;
}
</style>
border-color css
<style>
span { border-color: #F9C503; }
span { border-color: rgb(249,197,3); }
td.TdClassName
{
border-color: #F9C503;
}
.TagClassName
{
border-color: #F9C503;
}
</style>