Shades of Golden Poppy #F7BC0E
Tints of Golden Poppy #F7BC0E
RGB
CMYK
RGB Variations
Color information
#F7BC0E (or 0xF7BC0E) is known color: Golden Poppy. HEX triplet: F7, BC and 0E. RGB value is (247,188,14). Sum of RGB (Red+Green+Blue) = 247+188+14=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BC0E is #0843F1. Grayscale: #BABABA. Windows color (decimal): -541682 or 965879. OLE color: 965879.
HSL color Cylindrical-coordinate representation of color #F7BC0E: hue angle of 44.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7BC0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.03 |
| HSL | 44.81º | 0.94% | 0.51% | - |
| HSV(B) | 44.81º | 0.94% | 0.97% | - |
| XYZ | 56.42 | 55.77 | 8.21 | - |
| YUV | 185.81 | 31.05 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 14 | 0 | 0.24 | 0.94 | 0.03 | 44.81 | 0.94 | 0.51 |
| Hex | F7 | BC | E | 0 | 18 | 5E | 3 | 2D | 5E | 33 |
| Octal | 367 | 274 | 16 | 0 | 30 | 136 | 3 | 55 | 136 | 63 |
| Binary | 11110111 | 10111100 | 1110 | 0 | 11000 | 1011110 | 11 | 101101 | 1011110 | 110011 |
Color Harmonies of #F7BC0E
Complementary color
Monochromatic Colors of #F7BC0E
Black with #F7BC0E
Text Example
Text Example
White with #F7BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC0E; }
p { color: rgb(247,188,14); }
H1.HeaderClassName
{
color: #F7BC0E;
}
.AnyTagClassName
{
color: #F7BC0E;
}
</style>
background-color css
<style>
a { background-color: #F7BC0E; }
a { background-color: rgb(247,188,14); }
div.DivClassName
{
background-color: #F7BC0E;
}
.BgClassName
{
background-color: #F7BC0E;
}
</style>
border-color css
<style>
span { border-color: #F7BC0E; }
span { border-color: rgb(247,188,14); }
td.TdClassName
{
border-color: #F7BC0E;
}
.TagClassName
{
border-color: #F7BC0E;
}
</style>