Shades of Grandis #FFC96E
Tints of Grandis #FFC96E
RGB
CMYK
RGB Variations
Color information
#FFC96E (or 0xFFC96E) is known color: Grandis. HEX triplet: FF, C9 and 6E. RGB value is (255,201,110). Sum of RGB (Red+Green+Blue) = 255+201+110=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC96E is #003691. Grayscale: #CFCFCF. Windows color (decimal): -13970 or 7260671. OLE color: 7260671.
HSL color Cylindrical-coordinate representation of color #FFC96E: hue angle of 37.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC96E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 110 | - |
| CMYK | 0 | 0.21 | 0.57 | 0 |
| HSL | 37.66º | 1% | 0.72% | - |
| HSV(B) | 37.66º | 0.57% | 1% | - |
| XYZ | 64.94 | 64.16 | 23.71 | - |
| YUV | 206.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 110 | 0 | 0.21 | 0.57 | 0 | 37.66 | 1 | 0.72 |
| Hex | FF | C9 | 6E | 0 | 15 | 39 | 0 | 26 | 64 | 48 |
| Octal | 377 | 311 | 156 | 0 | 25 | 71 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001001 | 1101110 | 0 | 10101 | 111001 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFC96E
Complementary color
Monochromatic Colors of #FFC96E
Black with #FFC96E
Text Example
Text Example
White with #FFC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC96E; }
p { color: rgb(255,201,110); }
H1.HeaderClassName
{
color: #FFC96E;
}
.AnyTagClassName
{
color: #FFC96E;
}
</style>
background-color css
<style>
a { background-color: #FFC96E; }
a { background-color: rgb(255,201,110); }
div.DivClassName
{
background-color: #FFC96E;
}
.BgClassName
{
background-color: #FFC96E;
}
</style>
border-color css
<style>
span { border-color: #FFC96E; }
span { border-color: rgb(255,201,110); }
td.TdClassName
{
border-color: #FFC96E;
}
.TagClassName
{
border-color: #FFC96E;
}
</style>