Shades of Grandis #FFC963
Tints of Grandis #FFC963
RGB
CMYK
RGB Variations
Color information
#FFC963 (or 0xFFC963) is known color: Grandis. HEX triplet: FF, C9 and 63. RGB value is (255,201,99). Sum of RGB (Red+Green+Blue) = 255+201+99=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC963 is #00369C. Grayscale: #CDCDCD. Windows color (decimal): -13981 or 6539775. OLE color: 6539775.
HSL color Cylindrical-coordinate representation of color #FFC963: hue angle of 39.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC963 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 99 | - |
| CMYK | 0 | 0.21 | 0.61 | 0 |
| HSL | 39.23º | 1% | 0.69% | - |
| HSV(B) | 39.23º | 0.61% | 1% | - |
| XYZ | 64.38 | 63.93 | 20.75 | - |
| YUV | 205.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 99 | 0 | 0.21 | 0.61 | 0 | 39.23 | 1 | 0.69 |
| Hex | FF | C9 | 63 | 0 | 15 | 3D | 0 | 27 | 64 | 45 |
| Octal | 377 | 311 | 143 | 0 | 25 | 75 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11001001 | 1100011 | 0 | 10101 | 111101 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC963
Complementary color
Monochromatic Colors of #FFC963
Black with #FFC963
Text Example
Text Example
White with #FFC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC963; }
p { color: rgb(255,201,99); }
H1.HeaderClassName
{
color: #FFC963;
}
.AnyTagClassName
{
color: #FFC963;
}
</style>
background-color css
<style>
a { background-color: #FFC963; }
a { background-color: rgb(255,201,99); }
div.DivClassName
{
background-color: #FFC963;
}
.BgClassName
{
background-color: #FFC963;
}
</style>
border-color css
<style>
span { border-color: #FFC963; }
span { border-color: rgb(255,201,99); }
td.TdClassName
{
border-color: #FFC963;
}
.TagClassName
{
border-color: #FFC963;
}
</style>