Shades of Golden Poppy #F7BF0E
Tints of Golden Poppy #F7BF0E
RGB
CMYK
RGB Variations
Color information
#F7BF0E (or 0xF7BF0E) is known color: Golden Poppy. HEX triplet: F7, BF and 0E. RGB value is (247,191,14). Sum of RGB (Red+Green+Blue) = 247+191+14=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BF0E is #0840F1. Grayscale: #BCBCBC. Windows color (decimal): -540914 or 966647. OLE color: 966647.
HSL color Cylindrical-coordinate representation of color #F7BF0E: hue angle of 45.58º 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 #F7BF0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.03 |
| HSL | 45.58º | 0.94% | 0.51% | - |
| HSV(B) | 45.58º | 0.94% | 0.97% | - |
| XYZ | 57.07 | 57.07 | 8.42 | - |
| YUV | 187.57 | 30.05 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 14 | 0 | 0.23 | 0.94 | 0.03 | 45.58 | 0.94 | 0.51 |
| Hex | F7 | BF | E | 0 | 17 | 5E | 3 | 2E | 5E | 33 |
| Octal | 367 | 277 | 16 | 0 | 27 | 136 | 3 | 56 | 136 | 63 |
| Binary | 11110111 | 10111111 | 1110 | 0 | 10111 | 1011110 | 11 | 101110 | 1011110 | 110011 |
Color Harmonies of #F7BF0E
Complementary color
Monochromatic Colors of #F7BF0E
Black with #F7BF0E
Text Example
Text Example
White with #F7BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BF0E; }
p { color: rgb(247,191,14); }
H1.HeaderClassName
{
color: #F7BF0E;
}
.AnyTagClassName
{
color: #F7BF0E;
}
</style>
background-color css
<style>
a { background-color: #F7BF0E; }
a { background-color: rgb(247,191,14); }
div.DivClassName
{
background-color: #F7BF0E;
}
.BgClassName
{
background-color: #F7BF0E;
}
</style>
border-color css
<style>
span { border-color: #F7BF0E; }
span { border-color: rgb(247,191,14); }
td.TdClassName
{
border-color: #F7BF0E;
}
.TagClassName
{
border-color: #F7BF0E;
}
</style>