Shades of Golden Poppy #FFC508
Tints of Golden Poppy #FFC508
RGB
CMYK
RGB Variations
Color information
#FFC508 (or 0xFFC508) is known color: Golden Poppy. HEX triplet: FF, C5 and 08. RGB value is (255,197,8). Sum of RGB (Red+Green+Blue) = 255+197+8=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC508 is #003AF7. Grayscale: #C1C1C1. Windows color (decimal): -15096 or 574975. OLE color: 574975.
HSL color Cylindrical-coordinate representation of color #FFC508: hue angle of 45.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC508 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 8 | - |
| CMYK | 0 | 0.23 | 0.97 | 0 |
| HSL | 45.91º | 1% | 0.52% | - |
| HSV(B) | 45.91º | 0.97% | 1% | - |
| XYZ | 61.25 | 61.21 | 8.82 | - |
| YUV | 192.8 | 23.72 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 8 | 0 | 0.23 | 0.97 | 0 | 45.91 | 1 | 0.52 |
| Hex | FF | C5 | 8 | 0 | 17 | 61 | 0 | 2E | 64 | 34 |
| Octal | 377 | 305 | 10 | 0 | 27 | 141 | 0 | 56 | 144 | 64 |
| Binary | 11111111 | 11000101 | 1000 | 0 | 10111 | 1100001 | 0 | 101110 | 1100100 | 110100 |
Color Harmonies of #FFC508
Complementary color
Monochromatic Colors of #FFC508
Black with #FFC508
Text Example
Text Example
White with #FFC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC508; }
p { color: rgb(255,197,8); }
H1.HeaderClassName
{
color: #FFC508;
}
.AnyTagClassName
{
color: #FFC508;
}
</style>
background-color css
<style>
a { background-color: #FFC508; }
a { background-color: rgb(255,197,8); }
div.DivClassName
{
background-color: #FFC508;
}
.BgClassName
{
background-color: #FFC508;
}
</style>
border-color css
<style>
span { border-color: #FFC508; }
span { border-color: rgb(255,197,8); }
td.TdClassName
{
border-color: #FFC508;
}
.TagClassName
{
border-color: #FFC508;
}
</style>