Shades of Golden Poppy #F5C80A
Tints of Golden Poppy #F5C80A
RGB
CMYK
RGB Variations
Color information
#F5C80A (or 0xF5C80A) is known color: Golden Poppy. HEX triplet: F5, C8 and 0A. RGB value is (245,200,10). Sum of RGB (Red+Green+Blue) = 245+200+10=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C80A is #0A37F5. Grayscale: #C0C0C0. Windows color (decimal): -669686 or 706805. OLE color: 706805.
HSL color Cylindrical-coordinate representation of color #F5C80A: hue angle of 48.51º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5C80A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.04 |
| HSL | 48.51º | 0.92% | 0.5% | - |
| HSV(B) | 48.51º | 0.96% | 0.96% | - |
| XYZ | 58.37 | 60.74 | 8.94 | - |
| YUV | 191.8 | 25.41 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 10 | 0 | 0.18 | 0.96 | 0.04 | 48.51 | 0.92 | 0.5 |
| Hex | F5 | C8 | A | 0 | 12 | 60 | 4 | 31 | 5C | 32 |
| Octal | 365 | 310 | 12 | 0 | 22 | 140 | 4 | 61 | 134 | 62 |
| Binary | 11110101 | 11001000 | 1010 | 0 | 10010 | 1100000 | 100 | 110001 | 1011100 | 110010 |
Color Harmonies of #F5C80A
Complementary color
Monochromatic Colors of #F5C80A
Black with #F5C80A
Text Example
Text Example
White with #F5C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C80A; }
p { color: rgb(245,200,10); }
H1.HeaderClassName
{
color: #F5C80A;
}
.AnyTagClassName
{
color: #F5C80A;
}
</style>
background-color css
<style>
a { background-color: #F5C80A; }
a { background-color: rgb(245,200,10); }
div.DivClassName
{
background-color: #F5C80A;
}
.BgClassName
{
background-color: #F5C80A;
}
</style>
border-color css
<style>
span { border-color: #F5C80A; }
span { border-color: rgb(245,200,10); }
td.TdClassName
{
border-color: #F5C80A;
}
.TagClassName
{
border-color: #F5C80A;
}
</style>