Shades of Grandis #F7D076
Tints of Grandis #F7D076
RGB
CMYK
RGB Variations
Color information
#F7D076 (or 0xF7D076) is known color: Grandis. HEX triplet: F7, D0 and 76. RGB value is (247,208,118). Sum of RGB (Red+Green+Blue) = 247+208+118=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D076 is #082F89. Grayscale: #D1D1D1. Windows color (decimal): -536458 or 7786743. OLE color: 7786743.
HSL color Cylindrical-coordinate representation of color #F7D076: hue angle of 41.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7D076 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 118 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.03 |
| HSL | 41.86º | 0.89% | 0.72% | - |
| HSV(B) | 41.86º | 0.52% | 0.97% | - |
| XYZ | 64.18 | 66.19 | 26.53 | - |
| YUV | 209.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 118 | 0 | 0.16 | 0.52 | 0.03 | 41.86 | 0.89 | 0.72 |
| Hex | F7 | D0 | 76 | 0 | 10 | 34 | 3 | 2A | 59 | 48 |
| Octal | 367 | 320 | 166 | 0 | 20 | 64 | 3 | 52 | 131 | 110 |
| Binary | 11110111 | 11010000 | 1110110 | 0 | 10000 | 110100 | 11 | 101010 | 1011001 | 1001000 |
Color Harmonies of #F7D076
Complementary color
Monochromatic Colors of #F7D076
Black with #F7D076
Text Example
Text Example
White with #F7D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D076; }
p { color: rgb(247,208,118); }
H1.HeaderClassName
{
color: #F7D076;
}
.AnyTagClassName
{
color: #F7D076;
}
</style>
background-color css
<style>
a { background-color: #F7D076; }
a { background-color: rgb(247,208,118); }
div.DivClassName
{
background-color: #F7D076;
}
.BgClassName
{
background-color: #F7D076;
}
</style>
border-color css
<style>
span { border-color: #F7D076; }
span { border-color: rgb(247,208,118); }
td.TdClassName
{
border-color: #F7D076;
}
.TagClassName
{
border-color: #F7D076;
}
</style>