Shades of Golden Poppy #F5C80B
Tints of Golden Poppy #F5C80B
RGB
CMYK
RGB Variations
Color information
#F5C80B (or 0xF5C80B) is known color: Golden Poppy. HEX triplet: F5, C8 and 0B. RGB value is (245,200,11). Sum of RGB (Red+Green+Blue) = 245+200+11=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C80B is #0A37F4. Grayscale: #C0C0C0. Windows color (decimal): -669685 or 772341. OLE color: 772341.
HSL color Cylindrical-coordinate representation of color #F5C80B: hue angle of 48.46º 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 #F5C80B is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 11 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.04 |
| HSL | 48.46º | 0.92% | 0.5% | - |
| HSV(B) | 48.46º | 0.96% | 0.96% | - |
| XYZ | 58.37 | 60.75 | 8.97 | - |
| YUV | 191.91 | 25.91 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 11 | 0 | 0.18 | 0.96 | 0.04 | 48.46 | 0.92 | 0.5 |
| Hex | F5 | C8 | B | 0 | 12 | 60 | 4 | 30 | 5C | 32 |
| Octal | 365 | 310 | 13 | 0 | 22 | 140 | 4 | 60 | 134 | 62 |
| Binary | 11110101 | 11001000 | 1011 | 0 | 10010 | 1100000 | 100 | 110000 | 1011100 | 110010 |
Color Harmonies of #F5C80B
Complementary color
Monochromatic Colors of #F5C80B
Black with #F5C80B
Text Example
Text Example
White with #F5C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C80B; }
p { color: rgb(245,200,11); }
H1.HeaderClassName
{
color: #F5C80B;
}
.AnyTagClassName
{
color: #F5C80B;
}
</style>
background-color css
<style>
a { background-color: #F5C80B; }
a { background-color: rgb(245,200,11); }
div.DivClassName
{
background-color: #F5C80B;
}
.BgClassName
{
background-color: #F5C80B;
}
</style>
border-color css
<style>
span { border-color: #F5C80B; }
span { border-color: rgb(245,200,11); }
td.TdClassName
{
border-color: #F5C80B;
}
.TagClassName
{
border-color: #F5C80B;
}
</style>