Shades of Grandis #FFC86C
Tints of Grandis #FFC86C
RGB
CMYK
RGB Variations
Color information
#FFC86C (or 0xFFC86C) is known color: Grandis. HEX triplet: FF, C8 and 6C. RGB value is (255,200,108). Sum of RGB (Red+Green+Blue) = 255+200+108=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC86C is #003793. Grayscale: #CECECE. Windows color (decimal): -14228 or 7129343. OLE color: 7129343.
HSL color Cylindrical-coordinate representation of color #FFC86C: hue angle of 37.55º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC86C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 108 | - |
| CMYK | 0 | 0.22 | 0.58 | 0 |
| HSL | 37.55º | 1% | 0.71% | - |
| HSV(B) | 37.55º | 0.58% | 1% | - |
| XYZ | 64.6 | 63.65 | 23.07 | - |
| YUV | 205.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 108 | 0 | 0.22 | 0.58 | 0 | 37.55 | 1 | 0.71 |
| Hex | FF | C8 | 6C | 0 | 16 | 3A | 0 | 26 | 64 | 47 |
| Octal | 377 | 310 | 154 | 0 | 26 | 72 | 0 | 46 | 144 | 107 |
| Binary | 11111111 | 11001000 | 1101100 | 0 | 10110 | 111010 | 0 | 100110 | 1100100 | 1000111 |
Color Harmonies of #FFC86C
Complementary color
Monochromatic Colors of #FFC86C
Black with #FFC86C
Text Example
Text Example
White with #FFC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC86C; }
p { color: rgb(255,200,108); }
H1.HeaderClassName
{
color: #FFC86C;
}
.AnyTagClassName
{
color: #FFC86C;
}
</style>
background-color css
<style>
a { background-color: #FFC86C; }
a { background-color: rgb(255,200,108); }
div.DivClassName
{
background-color: #FFC86C;
}
.BgClassName
{
background-color: #FFC86C;
}
</style>
border-color css
<style>
span { border-color: #FFC86C; }
span { border-color: rgb(255,200,108); }
td.TdClassName
{
border-color: #FFC86C;
}
.TagClassName
{
border-color: #FFC86C;
}
</style>