Shades of Golden Poppy #F7C106
Tints of Golden Poppy #F7C106
RGB
CMYK
RGB Variations
Color information
#F7C106 (or 0xF7C106) is known color: Golden Poppy. HEX triplet: F7, C1 and 06. RGB value is (247,193,6). Sum of RGB (Red+Green+Blue) = 247+193+6=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C106 is #083EF9. Grayscale: #BCBCBC. Windows color (decimal): -540410 or 442871. OLE color: 442871.
HSL color Cylindrical-coordinate representation of color #F7C106: hue angle of 46.56º 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 #F7C106 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.03 |
| HSL | 46.56º | 0.95% | 0.5% | - |
| HSV(B) | 46.56º | 0.98% | 0.97% | - |
| XYZ | 57.46 | 57.93 | 8.32 | - |
| YUV | 187.83 | 25.39 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 6 | 0 | 0.22 | 0.98 | 0.03 | 46.56 | 0.95 | 0.5 |
| Hex | F7 | C1 | 6 | 0 | 16 | 62 | 3 | 2F | 5F | 32 |
| Octal | 367 | 301 | 6 | 0 | 26 | 142 | 3 | 57 | 137 | 62 |
| Binary | 11110111 | 11000001 | 110 | 0 | 10110 | 1100010 | 11 | 101111 | 1011111 | 110010 |
Color Harmonies of #F7C106
Complementary color
Monochromatic Colors of #F7C106
Black with #F7C106
Text Example
Text Example
White with #F7C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C106; }
p { color: rgb(247,193,6); }
H1.HeaderClassName
{
color: #F7C106;
}
.AnyTagClassName
{
color: #F7C106;
}
</style>
background-color css
<style>
a { background-color: #F7C106; }
a { background-color: rgb(247,193,6); }
div.DivClassName
{
background-color: #F7C106;
}
.BgClassName
{
background-color: #F7C106;
}
</style>
border-color css
<style>
span { border-color: #F7C106; }
span { border-color: rgb(247,193,6); }
td.TdClassName
{
border-color: #F7C106;
}
.TagClassName
{
border-color: #F7C106;
}
</style>