Shades of Grandis #FFC666
Tints of Grandis #FFC666
RGB
CMYK
RGB Variations
Color information
#FFC666 (or 0xFFC666) is known color: Grandis. HEX triplet: FF, C6 and 66. RGB value is (255,198,102). Sum of RGB (Red+Green+Blue) = 255+198+102=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC666 is #003999. Grayscale: #CCCCCC. Windows color (decimal): -14746 or 6735615. OLE color: 6735615.
HSL color Cylindrical-coordinate representation of color #FFC666: hue angle of 37.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC666 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 102 | - |
| CMYK | 0 | 0.22 | 0.6 | 0 |
| HSL | 37.65º | 1% | 0.7% | - |
| HSV(B) | 37.65º | 0.6% | 1% | - |
| XYZ | 63.83 | 62.61 | 21.29 | - |
| YUV | 204.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 102 | 0 | 0.22 | 0.6 | 0 | 37.65 | 1 | 0.7 |
| Hex | FF | C6 | 66 | 0 | 16 | 3C | 0 | 26 | 64 | 46 |
| Octal | 377 | 306 | 146 | 0 | 26 | 74 | 0 | 46 | 144 | 106 |
| Binary | 11111111 | 11000110 | 1100110 | 0 | 10110 | 111100 | 0 | 100110 | 1100100 | 1000110 |
Color Harmonies of #FFC666
Complementary color
Monochromatic Colors of #FFC666
Black with #FFC666
Text Example
Text Example
White with #FFC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC666; }
p { color: rgb(255,198,102); }
H1.HeaderClassName
{
color: #FFC666;
}
.AnyTagClassName
{
color: #FFC666;
}
</style>
background-color css
<style>
a { background-color: #FFC666; }
a { background-color: rgb(255,198,102); }
div.DivClassName
{
background-color: #FFC666;
}
.BgClassName
{
background-color: #FFC666;
}
</style>
border-color css
<style>
span { border-color: #FFC666; }
span { border-color: rgb(255,198,102); }
td.TdClassName
{
border-color: #FFC666;
}
.TagClassName
{
border-color: #FFC666;
}
</style>