Shades of Golden Poppy #F5BE10
Tints of Golden Poppy #F5BE10
RGB
CMYK
RGB Variations
Color information
#F5BE10 (or 0xF5BE10) is known color: Golden Poppy. HEX triplet: F5, BE and 10. RGB value is (245,190,16). Sum of RGB (Red+Green+Blue) = 245+190+16=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BE10 is #0A41EF. Grayscale: #BBBBBB. Windows color (decimal): -672240 or 1097461. OLE color: 1097461.
HSL color Cylindrical-coordinate representation of color #F5BE10: hue angle of 45.59º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5BE10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.04 |
| HSL | 45.59º | 0.92% | 0.51% | - |
| HSV(B) | 45.59º | 0.93% | 0.96% | - |
| XYZ | 56.16 | 56.28 | 8.39 | - |
| YUV | 186.61 | 31.72 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 16 | 0 | 0.22 | 0.93 | 0.04 | 45.59 | 0.92 | 0.51 |
| Hex | F5 | BE | 10 | 0 | 16 | 5D | 4 | 2E | 5C | 33 |
| Octal | 365 | 276 | 20 | 0 | 26 | 135 | 4 | 56 | 134 | 63 |
| Binary | 11110101 | 10111110 | 10000 | 0 | 10110 | 1011101 | 100 | 101110 | 1011100 | 110011 |
Color Harmonies of #F5BE10
Complementary color
Monochromatic Colors of #F5BE10
Black with #F5BE10
Text Example
Text Example
White with #F5BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BE10; }
p { color: rgb(245,190,16); }
H1.HeaderClassName
{
color: #F5BE10;
}
.AnyTagClassName
{
color: #F5BE10;
}
</style>
background-color css
<style>
a { background-color: #F5BE10; }
a { background-color: rgb(245,190,16); }
div.DivClassName
{
background-color: #F5BE10;
}
.BgClassName
{
background-color: #F5BE10;
}
</style>
border-color css
<style>
span { border-color: #F5BE10; }
span { border-color: rgb(245,190,16); }
td.TdClassName
{
border-color: #F5BE10;
}
.TagClassName
{
border-color: #F5BE10;
}
</style>