Shades of Golden Poppy #F7C606
Tints of Golden Poppy #F7C606
RGB
CMYK
RGB Variations
Color information
#F7C606 (or 0xF7C606) is known color: Golden Poppy. HEX triplet: F7, C6 and 06. RGB value is (247,198,6). Sum of RGB (Red+Green+Blue) = 247+198+6=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C606 is #0839F9. Grayscale: #BFBFBF. Windows color (decimal): -539130 or 444151. OLE color: 444151.
HSL color Cylindrical-coordinate representation of color #F7C606: hue angle of 47.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7C606 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 6 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.03 |
| HSL | 47.8º | 0.95% | 0.5% | - |
| HSV(B) | 47.8º | 0.98% | 0.97% | - |
| XYZ | 58.58 | 60.18 | 8.7 | - |
| YUV | 190.76 | 23.73 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 6 | 0 | 0.20 | 0.98 | 0.03 | 47.8 | 0.95 | 0.5 |
| Hex | F7 | C6 | 6 | 0 | 14 | 62 | 3 | 30 | 5F | 32 |
| Octal | 367 | 306 | 6 | 0 | 24 | 142 | 3 | 60 | 137 | 62 |
| Binary | 11110111 | 11000110 | 110 | 0 | 10100 | 1100010 | 11 | 110000 | 1011111 | 110010 |
Color Harmonies of #F7C606
Complementary color
Monochromatic Colors of #F7C606
Black with #F7C606
Text Example
Text Example
White with #F7C606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C606; }
p { color: rgb(247,198,6); }
H1.HeaderClassName
{
color: #F7C606;
}
.AnyTagClassName
{
color: #F7C606;
}
</style>
background-color css
<style>
a { background-color: #F7C606; }
a { background-color: rgb(247,198,6); }
div.DivClassName
{
background-color: #F7C606;
}
.BgClassName
{
background-color: #F7C606;
}
</style>
border-color css
<style>
span { border-color: #F7C606; }
span { border-color: rgb(247,198,6); }
td.TdClassName
{
border-color: #F7C606;
}
.TagClassName
{
border-color: #F7C606;
}
</style>