Shades of Golden Poppy #F7BF00
Tints of Golden Poppy #F7BF00
RGB
CMYK
RGB Variations
Color information
#F7BF00 (or 0xF7BF00) is known color: Golden Poppy. HEX triplet: F7, BF and 00. RGB value is (247,191,0). Sum of RGB (Red+Green+Blue) = 247+191+0=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BF00 is #0840FF. Grayscale: #BABABA. Windows color (decimal): -540928 or 49143. OLE color: 49143.
HSL color Cylindrical-coordinate representation of color #F7BF00: hue angle of 46.4º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7BF00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.03 |
| HSL | 46.4º | 1% | 0.48% | - |
| HSV(B) | 46.4º | 1% | 0.97% | - |
| XYZ | 56.99 | 57.04 | 8.01 | - |
| YUV | 185.97 | 23.05 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 0 | 0 | 0.23 | 1 | 0.03 | 46.4 | 1 | 0.48 |
| Hex | F7 | BF | 0 | 0 | 17 | 64 | 3 | 2E | 64 | 30 |
| Octal | 367 | 277 | 0 | 0 | 27 | 144 | 3 | 56 | 144 | 60 |
| Binary | 11110111 | 10111111 | 0 | 0 | 10111 | 1100100 | 11 | 101110 | 1100100 | 110000 |
Color Harmonies of #F7BF00
Complementary color
Monochromatic Colors of #F7BF00
Black with #F7BF00
Text Example
Text Example
White with #F7BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BF00; }
p { color: rgb(247,191,0); }
H1.HeaderClassName
{
color: #F7BF00;
}
.AnyTagClassName
{
color: #F7BF00;
}
</style>
background-color css
<style>
a { background-color: #F7BF00; }
a { background-color: rgb(247,191,0); }
div.DivClassName
{
background-color: #F7BF00;
}
.BgClassName
{
background-color: #F7BF00;
}
</style>
border-color css
<style>
span { border-color: #F7BF00; }
span { border-color: rgb(247,191,0); }
td.TdClassName
{
border-color: #F7BF00;
}
.TagClassName
{
border-color: #F7BF00;
}
</style>