Shades of Golden Poppy #FFC503
Tints of Golden Poppy #FFC503
RGB
CMYK
RGB Variations
Color information
#FFC503 (or 0xFFC503) is known color: Golden Poppy. HEX triplet: FF, C5 and 03. RGB value is (255,197,3). Sum of RGB (Red+Green+Blue) = 255+197+3=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC503 is #003AFC. Grayscale: #C1C1C1. Windows color (decimal): -15101 or 247295. OLE color: 247295.
HSL color Cylindrical-coordinate representation of color #FFC503: hue angle of 46.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFC503 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0 |
| HSL | 46.19º | 1% | 0.51% | - |
| HSV(B) | 46.19º | 0.99% | 1% | - |
| XYZ | 61.22 | 61.2 | 8.67 | - |
| YUV | 192.23 | 21.22 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 3 | 0 | 0.23 | 0.99 | 0 | 46.19 | 1 | 0.51 |
| Hex | FF | C5 | 3 | 0 | 17 | 63 | 0 | 2E | 64 | 33 |
| Octal | 377 | 305 | 3 | 0 | 27 | 143 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000101 | 11 | 0 | 10111 | 1100011 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC503
Complementary color
Monochromatic Colors of #FFC503
Black with #FFC503
Text Example
Text Example
White with #FFC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC503; }
p { color: rgb(255,197,3); }
H1.HeaderClassName
{
color: #FFC503;
}
.AnyTagClassName
{
color: #FFC503;
}
</style>
background-color css
<style>
a { background-color: #FFC503; }
a { background-color: rgb(255,197,3); }
div.DivClassName
{
background-color: #FFC503;
}
.BgClassName
{
background-color: #FFC503;
}
</style>
border-color css
<style>
span { border-color: #FFC503; }
span { border-color: rgb(255,197,3); }
td.TdClassName
{
border-color: #FFC503;
}
.TagClassName
{
border-color: #FFC503;
}
</style>