Shades of Golden Poppy #F5BC0F
Tints of Golden Poppy #F5BC0F
RGB
CMYK
RGB Variations
Color information
#F5BC0F (or 0xF5BC0F) is known color: Golden Poppy. HEX triplet: F5, BC and 0F. RGB value is (245,188,15). Sum of RGB (Red+Green+Blue) = 245+188+15=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC0F is #0A43F0. Grayscale: #BABABA. Windows color (decimal): -672753 or 1031413. OLE color: 1031413.
HSL color Cylindrical-coordinate representation of color #F5BC0F: hue angle of 45.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5BC0F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.04 |
| HSL | 45.13º | 0.92% | 0.51% | - |
| HSV(B) | 45.13º | 0.94% | 0.96% | - |
| XYZ | 55.73 | 55.41 | 8.21 | - |
| YUV | 185.32 | 31.88 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 15 | 0 | 0.23 | 0.94 | 0.04 | 45.13 | 0.92 | 0.51 |
| Hex | F5 | BC | F | 0 | 17 | 5E | 4 | 2D | 5C | 33 |
| Octal | 365 | 274 | 17 | 0 | 27 | 136 | 4 | 55 | 134 | 63 |
| Binary | 11110101 | 10111100 | 1111 | 0 | 10111 | 1011110 | 100 | 101101 | 1011100 | 110011 |
Color Harmonies of #F5BC0F
Complementary color
Monochromatic Colors of #F5BC0F
Black with #F5BC0F
Text Example
Text Example
White with #F5BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC0F; }
p { color: rgb(245,188,15); }
H1.HeaderClassName
{
color: #F5BC0F;
}
.AnyTagClassName
{
color: #F5BC0F;
}
</style>
background-color css
<style>
a { background-color: #F5BC0F; }
a { background-color: rgb(245,188,15); }
div.DivClassName
{
background-color: #F5BC0F;
}
.BgClassName
{
background-color: #F5BC0F;
}
</style>
border-color css
<style>
span { border-color: #F5BC0F; }
span { border-color: rgb(245,188,15); }
td.TdClassName
{
border-color: #F5BC0F;
}
.TagClassName
{
border-color: #F5BC0F;
}
</style>