Shades of Grandis #F6C976
Tints of Grandis #F6C976
RGB
CMYK
RGB Variations
Color information
#F6C976 (or 0xF6C976) is known color: Grandis. HEX triplet: F6, C9 and 76. RGB value is (246,201,118). Sum of RGB (Red+Green+Blue) = 246+201+118=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C976 is #093689. Grayscale: #CDCDCD. Windows color (decimal): -603786 or 7784950. OLE color: 7784950.
HSL color Cylindrical-coordinate representation of color #F6C976: hue angle of 38.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6C976 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 118 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.04 |
| HSL | 38.91º | 0.88% | 0.71% | - |
| HSV(B) | 38.91º | 0.52% | 0.96% | - |
| XYZ | 62.16 | 62.67 | 25.96 | - |
| YUV | 204.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 118 | 0 | 0.18 | 0.52 | 0.04 | 38.91 | 0.88 | 0.71 |
| Hex | F6 | C9 | 76 | 0 | 12 | 34 | 4 | 27 | 58 | 47 |
| Octal | 366 | 311 | 166 | 0 | 22 | 64 | 4 | 47 | 130 | 107 |
| Binary | 11110110 | 11001001 | 1110110 | 0 | 10010 | 110100 | 100 | 100111 | 1011000 | 1000111 |
Color Harmonies of #F6C976
Complementary color
Monochromatic Colors of #F6C976
Black with #F6C976
Text Example
Text Example
White with #F6C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C976; }
p { color: rgb(246,201,118); }
H1.HeaderClassName
{
color: #F6C976;
}
.AnyTagClassName
{
color: #F6C976;
}
</style>
background-color css
<style>
a { background-color: #F6C976; }
a { background-color: rgb(246,201,118); }
div.DivClassName
{
background-color: #F6C976;
}
.BgClassName
{
background-color: #F6C976;
}
</style>
border-color css
<style>
span { border-color: #F6C976; }
span { border-color: rgb(246,201,118); }
td.TdClassName
{
border-color: #F6C976;
}
.TagClassName
{
border-color: #F6C976;
}
</style>