Shades of Golden Poppy #F5BC09
Tints of Golden Poppy #F5BC09
RGB
CMYK
RGB Variations
Color information
#F5BC09 (or 0xF5BC09) is known color: Golden Poppy. HEX triplet: F5, BC and 09. RGB value is (245,188,9). Sum of RGB (Red+Green+Blue) = 245+188+9=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC09 is #0A43F6. Grayscale: #B9B9B9. Windows color (decimal): -672759 or 638197. OLE color: 638197.
HSL color Cylindrical-coordinate representation of color #F5BC09: hue angle of 45.51º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5BC09 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.04 |
| HSL | 45.51º | 0.93% | 0.5% | - |
| HSV(B) | 45.51º | 0.96% | 0.96% | - |
| XYZ | 55.69 | 55.4 | 8.02 | - |
| YUV | 184.64 | 28.88 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 9 | 0 | 0.23 | 0.96 | 0.04 | 45.51 | 0.93 | 0.5 |
| Hex | F5 | BC | 9 | 0 | 17 | 60 | 4 | 2E | 5D | 32 |
| Octal | 365 | 274 | 11 | 0 | 27 | 140 | 4 | 56 | 135 | 62 |
| Binary | 11110101 | 10111100 | 1001 | 0 | 10111 | 1100000 | 100 | 101110 | 1011101 | 110010 |
Color Harmonies of #F5BC09
Complementary color
Monochromatic Colors of #F5BC09
Black with #F5BC09
Text Example
Text Example
White with #F5BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC09; }
p { color: rgb(245,188,9); }
H1.HeaderClassName
{
color: #F5BC09;
}
.AnyTagClassName
{
color: #F5BC09;
}
</style>
background-color css
<style>
a { background-color: #F5BC09; }
a { background-color: rgb(245,188,9); }
div.DivClassName
{
background-color: #F5BC09;
}
.BgClassName
{
background-color: #F5BC09;
}
</style>
border-color css
<style>
span { border-color: #F5BC09; }
span { border-color: rgb(245,188,9); }
td.TdClassName
{
border-color: #F5BC09;
}
.TagClassName
{
border-color: #F5BC09;
}
</style>