Shades of Golden Poppy #F5BC07
Tints of Golden Poppy #F5BC07
RGB
CMYK
RGB Variations
Color information
#F5BC07 (or 0xF5BC07) is known color: Golden Poppy. HEX triplet: F5, BC and 07. RGB value is (245,188,7). Sum of RGB (Red+Green+Blue) = 245+188+7=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC07 is #0A43F8. Grayscale: #B9B9B9. Windows color (decimal): -672761 or 507125. OLE color: 507125.
HSL color Cylindrical-coordinate representation of color #F5BC07: hue angle of 45.63º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5BC07 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.04 |
| HSL | 45.63º | 0.94% | 0.49% | - |
| HSV(B) | 45.63º | 0.97% | 0.96% | - |
| XYZ | 55.68 | 55.39 | 7.96 | - |
| YUV | 184.41 | 27.88 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 7 | 0 | 0.23 | 0.97 | 0.04 | 45.63 | 0.94 | 0.49 |
| Hex | F5 | BC | 7 | 0 | 17 | 61 | 4 | 2E | 5E | 31 |
| Octal | 365 | 274 | 7 | 0 | 27 | 141 | 4 | 56 | 136 | 61 |
| Binary | 11110101 | 10111100 | 111 | 0 | 10111 | 1100001 | 100 | 101110 | 1011110 | 110001 |
Color Harmonies of #F5BC07
Complementary color
Monochromatic Colors of #F5BC07
Black with #F5BC07
Text Example
Text Example
White with #F5BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC07; }
p { color: rgb(245,188,7); }
H1.HeaderClassName
{
color: #F5BC07;
}
.AnyTagClassName
{
color: #F5BC07;
}
</style>
background-color css
<style>
a { background-color: #F5BC07; }
a { background-color: rgb(245,188,7); }
div.DivClassName
{
background-color: #F5BC07;
}
.BgClassName
{
background-color: #F5BC07;
}
</style>
border-color css
<style>
span { border-color: #F5BC07; }
span { border-color: rgb(245,188,7); }
td.TdClassName
{
border-color: #F5BC07;
}
.TagClassName
{
border-color: #F5BC07;
}
</style>