Shades of Golden Poppy #F7C008
Tints of Golden Poppy #F7C008
RGB
CMYK
RGB Variations
Color information
#F7C008 (or 0xF7C008) is known color: Golden Poppy. HEX triplet: F7, C0 and 08. RGB value is (247,192,8). Sum of RGB (Red+Green+Blue) = 247+192+8=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C008 is #083FF7. Grayscale: #BCBCBC. Windows color (decimal): -540664 or 573687. OLE color: 573687.
HSL color Cylindrical-coordinate representation of color #F7C008: hue angle of 46.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7C008 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.03 |
| HSL | 46.19º | 0.94% | 0.5% | - |
| HSV(B) | 46.19º | 0.97% | 0.97% | - |
| XYZ | 57.25 | 57.49 | 8.31 | - |
| YUV | 187.47 | 26.72 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 8 | 0 | 0.22 | 0.97 | 0.03 | 46.19 | 0.94 | 0.5 |
| Hex | F7 | C0 | 8 | 0 | 16 | 61 | 3 | 2E | 5E | 32 |
| Octal | 367 | 300 | 10 | 0 | 26 | 141 | 3 | 56 | 136 | 62 |
| Binary | 11110111 | 11000000 | 1000 | 0 | 10110 | 1100001 | 11 | 101110 | 1011110 | 110010 |
Color Harmonies of #F7C008
Complementary color
Monochromatic Colors of #F7C008
Black with #F7C008
Text Example
Text Example
White with #F7C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C008; }
p { color: rgb(247,192,8); }
H1.HeaderClassName
{
color: #F7C008;
}
.AnyTagClassName
{
color: #F7C008;
}
</style>
background-color css
<style>
a { background-color: #F7C008; }
a { background-color: rgb(247,192,8); }
div.DivClassName
{
background-color: #F7C008;
}
.BgClassName
{
background-color: #F7C008;
}
</style>
border-color css
<style>
span { border-color: #F7C008; }
span { border-color: rgb(247,192,8); }
td.TdClassName
{
border-color: #F7C008;
}
.TagClassName
{
border-color: #F7C008;
}
</style>