Shades of Grandis #F6C666
Tints of Grandis #F6C666
RGB
CMYK
RGB Variations
Color information
#F6C666 (or 0xF6C666) is known color: Grandis. HEX triplet: F6, C6 and 66. RGB value is (246,198,102). Sum of RGB (Red+Green+Blue) = 246+198+102=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C666 is #093999. Grayscale: #C9C9C9. Windows color (decimal): -604570 or 6735606. OLE color: 6735606.
HSL color Cylindrical-coordinate representation of color #F6C666: hue angle of 40º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6C666 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 102 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.04 |
| HSL | 40º | 0.89% | 0.68% | - |
| HSV(B) | 40º | 0.59% | 0.96% | - |
| XYZ | 60.6 | 60.94 | 21.14 | - |
| YUV | 201.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 102 | 0 | 0.20 | 0.59 | 0.04 | 40 | 0.89 | 0.68 |
| Hex | F6 | C6 | 66 | 0 | 14 | 3B | 4 | 28 | 59 | 44 |
| Octal | 366 | 306 | 146 | 0 | 24 | 73 | 4 | 50 | 131 | 104 |
| Binary | 11110110 | 11000110 | 1100110 | 0 | 10100 | 111011 | 100 | 101000 | 1011001 | 1000100 |
Color Harmonies of #F6C666
Complementary color
Monochromatic Colors of #F6C666
Black with #F6C666
Text Example
Text Example
White with #F6C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C666; }
p { color: rgb(246,198,102); }
H1.HeaderClassName
{
color: #F6C666;
}
.AnyTagClassName
{
color: #F6C666;
}
</style>
background-color css
<style>
a { background-color: #F6C666; }
a { background-color: rgb(246,198,102); }
div.DivClassName
{
background-color: #F6C666;
}
.BgClassName
{
background-color: #F6C666;
}
</style>
border-color css
<style>
span { border-color: #F6C666; }
span { border-color: rgb(246,198,102); }
td.TdClassName
{
border-color: #F6C666;
}
.TagClassName
{
border-color: #F6C666;
}
</style>