Shades of Grandis #FFC966
Tints of Grandis #FFC966
RGB
CMYK
RGB Variations
Color information
#FFC966 (or 0xFFC966) is known color: Grandis. HEX triplet: FF, C9 and 66. RGB value is (255,201,102). Sum of RGB (Red+Green+Blue) = 255+201+102=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC966 is #003699. Grayscale: #CECECE. Windows color (decimal): -13978 or 6736383. OLE color: 6736383.
HSL color Cylindrical-coordinate representation of color #FFC966: hue angle of 38.82º 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 #FFC966 is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 102 | - |
| CMYK | 0 | 0.21 | 0.6 | 0 |
| HSL | 38.82º | 1% | 0.7% | - |
| HSV(B) | 38.82º | 0.6% | 1% | - |
| XYZ | 64.52 | 63.99 | 21.52 | - |
| YUV | 205.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 102 | 0 | 0.21 | 0.6 | 0 | 38.82 | 1 | 0.7 |
| Hex | FF | C9 | 66 | 0 | 15 | 3C | 0 | 27 | 64 | 46 |
| Octal | 377 | 311 | 146 | 0 | 25 | 74 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001001 | 1100110 | 0 | 10101 | 111100 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFC966
Complementary color
Monochromatic Colors of #FFC966
Black with #FFC966
Text Example
Text Example
White with #FFC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC966; }
p { color: rgb(255,201,102); }
H1.HeaderClassName
{
color: #FFC966;
}
.AnyTagClassName
{
color: #FFC966;
}
</style>
background-color css
<style>
a { background-color: #FFC966; }
a { background-color: rgb(255,201,102); }
div.DivClassName
{
background-color: #FFC966;
}
.BgClassName
{
background-color: #FFC966;
}
</style>
border-color css
<style>
span { border-color: #FFC966; }
span { border-color: rgb(255,201,102); }
td.TdClassName
{
border-color: #FFC966;
}
.TagClassName
{
border-color: #FFC966;
}
</style>