Shades of Golden Poppy #F5BD10
Tints of Golden Poppy #F5BD10
RGB
CMYK
RGB Variations
Color information
#F5BD10 (or 0xF5BD10) is known color: Golden Poppy. HEX triplet: F5, BD and 10. RGB value is (245,189,16). Sum of RGB (Red+Green+Blue) = 245+189+16=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BD10 is #0A42EF. Grayscale: #BABABA. Windows color (decimal): -672496 or 1097205. OLE color: 1097205.
HSL color Cylindrical-coordinate representation of color #F5BD10: hue angle of 45.33º 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 #F5BD10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.04 |
| HSL | 45.33º | 0.92% | 0.51% | - |
| HSV(B) | 45.33º | 0.93% | 0.96% | - |
| XYZ | 55.95 | 55.85 | 8.32 | - |
| YUV | 186.02 | 32.05 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 16 | 0 | 0.23 | 0.93 | 0.04 | 45.33 | 0.92 | 0.51 |
| Hex | F5 | BD | 10 | 0 | 17 | 5D | 4 | 2D | 5C | 33 |
| Octal | 365 | 275 | 20 | 0 | 27 | 135 | 4 | 55 | 134 | 63 |
| Binary | 11110101 | 10111101 | 10000 | 0 | 10111 | 1011101 | 100 | 101101 | 1011100 | 110011 |
Color Harmonies of #F5BD10
Complementary color
Monochromatic Colors of #F5BD10
Black with #F5BD10
Text Example
Text Example
White with #F5BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD10; }
p { color: rgb(245,189,16); }
H1.HeaderClassName
{
color: #F5BD10;
}
.AnyTagClassName
{
color: #F5BD10;
}
</style>
background-color css
<style>
a { background-color: #F5BD10; }
a { background-color: rgb(245,189,16); }
div.DivClassName
{
background-color: #F5BD10;
}
.BgClassName
{
background-color: #F5BD10;
}
</style>
border-color css
<style>
span { border-color: #F5BD10; }
span { border-color: rgb(245,189,16); }
td.TdClassName
{
border-color: #F5BD10;
}
.TagClassName
{
border-color: #F5BD10;
}
</style>