Shades of Golden Poppy #F5C508
Tints of Golden Poppy #F5C508
RGB
CMYK
RGB Variations
Color information
#F5C508 (or 0xF5C508) is known color: Golden Poppy. HEX triplet: F5, C5 and 08. RGB value is (245,197,8). Sum of RGB (Red+Green+Blue) = 245+197+8=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C508 is #0A3AF7. Grayscale: #BEBEBE. Windows color (decimal): -670456 or 574965. OLE color: 574965.
HSL color Cylindrical-coordinate representation of color #F5C508: hue angle of 47.85º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5C508 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.04 |
| HSL | 47.85º | 0.94% | 0.5% | - |
| HSV(B) | 47.85º | 0.97% | 0.96% | - |
| XYZ | 57.67 | 59.36 | 8.65 | - |
| YUV | 189.81 | 25.4 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 8 | 0 | 0.20 | 0.97 | 0.04 | 47.85 | 0.94 | 0.5 |
| Hex | F5 | C5 | 8 | 0 | 14 | 61 | 4 | 30 | 5E | 32 |
| Octal | 365 | 305 | 10 | 0 | 24 | 141 | 4 | 60 | 136 | 62 |
| Binary | 11110101 | 11000101 | 1000 | 0 | 10100 | 1100001 | 100 | 110000 | 1011110 | 110010 |
Color Harmonies of #F5C508
Complementary color
Monochromatic Colors of #F5C508
Black with #F5C508
Text Example
Text Example
White with #F5C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C508; }
p { color: rgb(245,197,8); }
H1.HeaderClassName
{
color: #F5C508;
}
.AnyTagClassName
{
color: #F5C508;
}
</style>
background-color css
<style>
a { background-color: #F5C508; }
a { background-color: rgb(245,197,8); }
div.DivClassName
{
background-color: #F5C508;
}
.BgClassName
{
background-color: #F5C508;
}
</style>
border-color css
<style>
span { border-color: #F5C508; }
span { border-color: rgb(245,197,8); }
td.TdClassName
{
border-color: #F5C508;
}
.TagClassName
{
border-color: #F5C508;
}
</style>