Shades of Grandis #FFC866
Tints of Grandis #FFC866
RGB
CMYK
RGB Variations
Color information
#FFC866 (or 0xFFC866) is known color: Grandis. HEX triplet: FF, C8 and 66. RGB value is (255,200,102). Sum of RGB (Red+Green+Blue) = 255+200+102=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC866 is #003799. Grayscale: #CDCDCD. Windows color (decimal): -14234 or 6736127. OLE color: 6736127.
HSL color Cylindrical-coordinate representation of color #FFC866: hue angle of 38.43º 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 #FFC866 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 102 | - |
| CMYK | 0 | 0.22 | 0.6 | 0 |
| HSL | 38.43º | 1% | 0.7% | - |
| HSV(B) | 38.43º | 0.6% | 1% | - |
| XYZ | 64.29 | 63.53 | 21.44 | - |
| YUV | 205.27 | 69.72 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 102 | 0 | 0.22 | 0.6 | 0 | 38.43 | 1 | 0.7 |
| Hex | FF | C8 | 66 | 0 | 16 | 3C | 0 | 26 | 64 | 46 |
| Octal | 377 | 310 | 146 | 0 | 26 | 74 | 0 | 46 | 144 | 106 |
| Binary | 11111111 | 11001000 | 1100110 | 0 | 10110 | 111100 | 0 | 100110 | 1100100 | 1000110 |
Color Harmonies of #FFC866
Complementary color
Monochromatic Colors of #FFC866
Black with #FFC866
Text Example
Text Example
White with #FFC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC866; }
p { color: rgb(255,200,102); }
H1.HeaderClassName
{
color: #FFC866;
}
.AnyTagClassName
{
color: #FFC866;
}
</style>
background-color css
<style>
a { background-color: #FFC866; }
a { background-color: rgb(255,200,102); }
div.DivClassName
{
background-color: #FFC866;
}
.BgClassName
{
background-color: #FFC866;
}
</style>
border-color css
<style>
span { border-color: #FFC866; }
span { border-color: rgb(255,200,102); }
td.TdClassName
{
border-color: #FFC866;
}
.TagClassName
{
border-color: #FFC866;
}
</style>