Shades of Grandis #FFCA63
Tints of Grandis #FFCA63
RGB
CMYK
RGB Variations
Color information
#FFCA63 (or 0xFFCA63) is known color: Grandis. HEX triplet: FF, CA and 63. RGB value is (255,202,99). Sum of RGB (Red+Green+Blue) = 255+202+99=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA63 is #00359C. Grayscale: #CECECE. Windows color (decimal): -13725 or 6540031. OLE color: 6540031.
HSL color Cylindrical-coordinate representation of color #FFCA63: hue angle of 39.62º 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 #FFCA63 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 99 | - |
| CMYK | 0 | 0.21 | 0.61 | 0 |
| HSL | 39.62º | 1% | 0.69% | - |
| HSV(B) | 39.62º | 0.61% | 1% | - |
| XYZ | 64.61 | 64.4 | 20.83 | - |
| YUV | 206.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 99 | 0 | 0.21 | 0.61 | 0 | 39.62 | 1 | 0.69 |
| Hex | FF | CA | 63 | 0 | 15 | 3D | 0 | 28 | 64 | 45 |
| Octal | 377 | 312 | 143 | 0 | 25 | 75 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001010 | 1100011 | 0 | 10101 | 111101 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCA63
Complementary color
Monochromatic Colors of #FFCA63
Black with #FFCA63
Text Example
Text Example
White with #FFCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA63; }
p { color: rgb(255,202,99); }
H1.HeaderClassName
{
color: #FFCA63;
}
.AnyTagClassName
{
color: #FFCA63;
}
</style>
background-color css
<style>
a { background-color: #FFCA63; }
a { background-color: rgb(255,202,99); }
div.DivClassName
{
background-color: #FFCA63;
}
.BgClassName
{
background-color: #FFCA63;
}
</style>
border-color css
<style>
span { border-color: #FFCA63; }
span { border-color: rgb(255,202,99); }
td.TdClassName
{
border-color: #FFCA63;
}
.TagClassName
{
border-color: #FFCA63;
}
</style>