Shades of Grandis #F7CE76
Tints of Grandis #F7CE76
RGB
CMYK
RGB Variations
Color information
#F7CE76 (or 0xF7CE76) is known color: Grandis. HEX triplet: F7, CE and 76. RGB value is (247,206,118). Sum of RGB (Red+Green+Blue) = 247+206+118=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE76 is #083189. Grayscale: #D0D0D0. Windows color (decimal): -536970 or 7786231. OLE color: 7786231.
HSL color Cylindrical-coordinate representation of color #F7CE76: hue angle of 40.93º 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 #F7CE76 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 118 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.03 |
| HSL | 40.93º | 0.89% | 0.72% | - |
| HSV(B) | 40.93º | 0.52% | 0.97% | - |
| XYZ | 63.7 | 65.22 | 26.37 | - |
| YUV | 208.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 118 | 0 | 0.17 | 0.52 | 0.03 | 40.93 | 0.89 | 0.72 |
| Hex | F7 | CE | 76 | 0 | 11 | 34 | 3 | 29 | 59 | 48 |
| Octal | 367 | 316 | 166 | 0 | 21 | 64 | 3 | 51 | 131 | 110 |
| Binary | 11110111 | 11001110 | 1110110 | 0 | 10001 | 110100 | 11 | 101001 | 1011001 | 1001000 |
Color Harmonies of #F7CE76
Complementary color
Monochromatic Colors of #F7CE76
Black with #F7CE76
Text Example
Text Example
White with #F7CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE76; }
p { color: rgb(247,206,118); }
H1.HeaderClassName
{
color: #F7CE76;
}
.AnyTagClassName
{
color: #F7CE76;
}
</style>
background-color css
<style>
a { background-color: #F7CE76; }
a { background-color: rgb(247,206,118); }
div.DivClassName
{
background-color: #F7CE76;
}
.BgClassName
{
background-color: #F7CE76;
}
</style>
border-color css
<style>
span { border-color: #F7CE76; }
span { border-color: rgb(247,206,118); }
td.TdClassName
{
border-color: #F7CE76;
}
.TagClassName
{
border-color: #F7CE76;
}
</style>