Shades of Grandis #F6C96C
Tints of Grandis #F6C96C
RGB
CMYK
RGB Variations
Color information
#F6C96C (or 0xF6C96C) is known color: Grandis. HEX triplet: F6, C9 and 6C. RGB value is (246,201,108). Sum of RGB (Red+Green+Blue) = 246+201+108=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C96C is #093693. Grayscale: #CCCCCC. Windows color (decimal): -603796 or 7129590. OLE color: 7129590.
HSL color Cylindrical-coordinate representation of color #F6C96C: hue angle of 40.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6C96C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 108 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.04 |
| HSL | 40.43º | 0.88% | 0.69% | - |
| HSV(B) | 40.43º | 0.56% | 0.96% | - |
| XYZ | 61.6 | 62.45 | 22.99 | - |
| YUV | 203.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 108 | 0 | 0.18 | 0.56 | 0.04 | 40.43 | 0.88 | 0.69 |
| Hex | F6 | C9 | 6C | 0 | 12 | 38 | 4 | 28 | 58 | 45 |
| Octal | 366 | 311 | 154 | 0 | 22 | 70 | 4 | 50 | 130 | 105 |
| Binary | 11110110 | 11001001 | 1101100 | 0 | 10010 | 111000 | 100 | 101000 | 1011000 | 1000101 |
Color Harmonies of #F6C96C
Complementary color
Monochromatic Colors of #F6C96C
Black with #F6C96C
Text Example
Text Example
White with #F6C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C96C; }
p { color: rgb(246,201,108); }
H1.HeaderClassName
{
color: #F6C96C;
}
.AnyTagClassName
{
color: #F6C96C;
}
</style>
background-color css
<style>
a { background-color: #F6C96C; }
a { background-color: rgb(246,201,108); }
div.DivClassName
{
background-color: #F6C96C;
}
.BgClassName
{
background-color: #F6C96C;
}
</style>
border-color css
<style>
span { border-color: #F6C96C; }
span { border-color: rgb(246,201,108); }
td.TdClassName
{
border-color: #F6C96C;
}
.TagClassName
{
border-color: #F6C96C;
}
</style>