Shades of Golden Poppy #F5C802
Tints of Golden Poppy #F5C802
RGB
CMYK
RGB Variations
Color information
#F5C802 (or 0xF5C802) is known color: Golden Poppy. HEX triplet: F5, C8 and 02. RGB value is (245,200,2). Sum of RGB (Red+Green+Blue) = 245+200+2=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C802 is #0A37FD. Grayscale: #BFBFBF. Windows color (decimal): -669694 or 182517. OLE color: 182517.
HSL color Cylindrical-coordinate representation of color #F5C802: hue angle of 48.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5C802 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.04 |
| HSL | 48.89º | 0.98% | 0.48% | - |
| HSV(B) | 48.89º | 0.99% | 0.96% | - |
| XYZ | 58.32 | 60.73 | 8.7 | - |
| YUV | 190.88 | 21.41 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 2 | 0 | 0.18 | 0.99 | 0.04 | 48.89 | 0.98 | 0.48 |
| Hex | F5 | C8 | 2 | 0 | 12 | 63 | 4 | 31 | 62 | 30 |
| Octal | 365 | 310 | 2 | 0 | 22 | 143 | 4 | 61 | 142 | 60 |
| Binary | 11110101 | 11001000 | 10 | 0 | 10010 | 1100011 | 100 | 110001 | 1100010 | 110000 |
Color Harmonies of #F5C802
Complementary color
Monochromatic Colors of #F5C802
Black with #F5C802
Text Example
Text Example
White with #F5C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C802; }
p { color: rgb(245,200,2); }
H1.HeaderClassName
{
color: #F5C802;
}
.AnyTagClassName
{
color: #F5C802;
}
</style>
background-color css
<style>
a { background-color: #F5C802; }
a { background-color: rgb(245,200,2); }
div.DivClassName
{
background-color: #F5C802;
}
.BgClassName
{
background-color: #F5C802;
}
</style>
border-color css
<style>
span { border-color: #F5C802; }
span { border-color: rgb(245,200,2); }
td.TdClassName
{
border-color: #F5C802;
}
.TagClassName
{
border-color: #F5C802;
}
</style>