Shades of Golden Poppy #FFC505
Tints of Golden Poppy #FFC505
RGB
CMYK
RGB Variations
Color information
#FFC505 (or 0xFFC505) is known color: Golden Poppy. HEX triplet: FF, C5 and 05. RGB value is (255,197,5). Sum of RGB (Red+Green+Blue) = 255+197+5=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC505 is #003AFA. Grayscale: #C1C1C1. Windows color (decimal): -15099 or 378367. OLE color: 378367.
HSL color Cylindrical-coordinate representation of color #FFC505: hue angle of 46.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC505 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0 |
| HSL | 46.08º | 1% | 0.51% | - |
| HSV(B) | 46.08º | 0.98% | 1% | - |
| XYZ | 61.23 | 61.2 | 8.73 | - |
| YUV | 192.45 | 22.22 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 5 | 0 | 0.23 | 0.98 | 0 | 46.08 | 1 | 0.51 |
| Hex | FF | C5 | 5 | 0 | 17 | 62 | 0 | 2E | 64 | 33 |
| Octal | 377 | 305 | 5 | 0 | 27 | 142 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000101 | 101 | 0 | 10111 | 1100010 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC505
Complementary color
Monochromatic Colors of #FFC505
Black with #FFC505
Text Example
Text Example
White with #FFC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC505; }
p { color: rgb(255,197,5); }
H1.HeaderClassName
{
color: #FFC505;
}
.AnyTagClassName
{
color: #FFC505;
}
</style>
background-color css
<style>
a { background-color: #FFC505; }
a { background-color: rgb(255,197,5); }
div.DivClassName
{
background-color: #FFC505;
}
.BgClassName
{
background-color: #FFC505;
}
</style>
border-color css
<style>
span { border-color: #FFC505; }
span { border-color: rgb(255,197,5); }
td.TdClassName
{
border-color: #FFC505;
}
.TagClassName
{
border-color: #FFC505;
}
</style>