Shades of Grandis #FFC96F
Tints of Grandis #FFC96F
RGB
CMYK
RGB Variations
Color information
#FFC96F (or 0xFFC96F) is known color: Grandis. HEX triplet: FF, C9 and 6F. RGB value is (255,201,111). Sum of RGB (Red+Green+Blue) = 255+201+111=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC96F is #003690. Grayscale: #CFCFCF. Windows color (decimal): -13969 or 7326207. OLE color: 7326207.
HSL color Cylindrical-coordinate representation of color #FFC96F: hue angle of 37.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC96F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 111 | - |
| CMYK | 0 | 0.21 | 0.56 | 0 |
| HSL | 37.5º | 1% | 0.72% | - |
| HSV(B) | 37.5º | 0.56% | 1% | - |
| XYZ | 65 | 64.18 | 24 | - |
| YUV | 206.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 111 | 0 | 0.21 | 0.56 | 0 | 37.5 | 1 | 0.72 |
| Hex | FF | C9 | 6F | 0 | 15 | 38 | 0 | 26 | 64 | 48 |
| Octal | 377 | 311 | 157 | 0 | 25 | 70 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001001 | 1101111 | 0 | 10101 | 111000 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFC96F
Complementary color
Monochromatic Colors of #FFC96F
Black with #FFC96F
Text Example
Text Example
White with #FFC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC96F; }
p { color: rgb(255,201,111); }
H1.HeaderClassName
{
color: #FFC96F;
}
.AnyTagClassName
{
color: #FFC96F;
}
</style>
background-color css
<style>
a { background-color: #FFC96F; }
a { background-color: rgb(255,201,111); }
div.DivClassName
{
background-color: #FFC96F;
}
.BgClassName
{
background-color: #FFC96F;
}
</style>
border-color css
<style>
span { border-color: #FFC96F; }
span { border-color: rgb(255,201,111); }
td.TdClassName
{
border-color: #FFC96F;
}
.TagClassName
{
border-color: #FFC96F;
}
</style>