Shades of Golden Poppy #F5C800
Tints of Golden Poppy #F5C800
RGB
CMYK
RGB Variations
Color information
#F5C800 (or 0xF5C800) is known color: Golden Poppy. HEX triplet: F5, C8 and 00. RGB value is (245,200,0). Sum of RGB (Red+Green+Blue) = 245+200+0=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C800 is #0A37FF. Grayscale: #BFBFBF. Windows color (decimal): -669696 or 51445. OLE color: 51445.
HSL color Cylindrical-coordinate representation of color #F5C800: hue angle of 48.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5C800 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.04 |
| HSL | 48.98º | 1% | 0.48% | - |
| HSV(B) | 48.98º | 1% | 0.96% | - |
| XYZ | 58.31 | 60.72 | 8.65 | - |
| YUV | 190.66 | 20.41 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 0 | 0 | 0.18 | 1 | 0.04 | 48.98 | 1 | 0.48 |
| Hex | F5 | C8 | 0 | 0 | 12 | 64 | 4 | 31 | 64 | 30 |
| Octal | 365 | 310 | 0 | 0 | 22 | 144 | 4 | 61 | 144 | 60 |
| Binary | 11110101 | 11001000 | 0 | 0 | 10010 | 1100100 | 100 | 110001 | 1100100 | 110000 |
Color Harmonies of #F5C800
Complementary color
Monochromatic Colors of #F5C800
Black with #F5C800
Text Example
Text Example
White with #F5C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C800; }
p { color: rgb(245,200,0); }
H1.HeaderClassName
{
color: #F5C800;
}
.AnyTagClassName
{
color: #F5C800;
}
</style>
background-color css
<style>
a { background-color: #F5C800; }
a { background-color: rgb(245,200,0); }
div.DivClassName
{
background-color: #F5C800;
}
.BgClassName
{
background-color: #F5C800;
}
</style>
border-color css
<style>
span { border-color: #F5C800; }
span { border-color: rgb(245,200,0); }
td.TdClassName
{
border-color: #F5C800;
}
.TagClassName
{
border-color: #F5C800;
}
</style>