Shades of Golden Poppy #F5BC05
Tints of Golden Poppy #F5BC05
RGB
CMYK
RGB Variations
Color information
#F5BC05 (or 0xF5BC05) is known color: Golden Poppy. HEX triplet: F5, BC and 05. RGB value is (245,188,5). Sum of RGB (Red+Green+Blue) = 245+188+5=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC05 is #0A43FA. Grayscale: #B8B8B8. Windows color (decimal): -672763 or 376053. OLE color: 376053.
HSL color Cylindrical-coordinate representation of color #F5BC05: hue angle of 45.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5BC05 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.04 |
| HSL | 45.75º | 0.96% | 0.49% | - |
| HSV(B) | 45.75º | 0.98% | 0.96% | - |
| XYZ | 55.67 | 55.39 | 7.9 | - |
| YUV | 184.18 | 26.88 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 5 | 0 | 0.23 | 0.98 | 0.04 | 45.75 | 0.96 | 0.49 |
| Hex | F5 | BC | 5 | 0 | 17 | 62 | 4 | 2E | 60 | 31 |
| Octal | 365 | 274 | 5 | 0 | 27 | 142 | 4 | 56 | 140 | 61 |
| Binary | 11110101 | 10111100 | 101 | 0 | 10111 | 1100010 | 100 | 101110 | 1100000 | 110001 |
Color Harmonies of #F5BC05
Complementary color
Monochromatic Colors of #F5BC05
Black with #F5BC05
Text Example
Text Example
White with #F5BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC05; }
p { color: rgb(245,188,5); }
H1.HeaderClassName
{
color: #F5BC05;
}
.AnyTagClassName
{
color: #F5BC05;
}
</style>
background-color css
<style>
a { background-color: #F5BC05; }
a { background-color: rgb(245,188,5); }
div.DivClassName
{
background-color: #F5BC05;
}
.BgClassName
{
background-color: #F5BC05;
}
</style>
border-color css
<style>
span { border-color: #F5BC05; }
span { border-color: rgb(245,188,5); }
td.TdClassName
{
border-color: #F5BC05;
}
.TagClassName
{
border-color: #F5BC05;
}
</style>