Shades of Grandis #FFCA64
Tints of Grandis #FFCA64
RGB
CMYK
RGB Variations
Color information
#FFCA64 (or 0xFFCA64) is known color: Grandis. HEX triplet: FF, CA and 64. RGB value is (255,202,100). Sum of RGB (Red+Green+Blue) = 255+202+100=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA64 is #00359B. Grayscale: #CECECE. Windows color (decimal): -13724 or 6605567. OLE color: 6605567.
HSL color Cylindrical-coordinate representation of color #FFCA64: hue angle of 39.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFCA64 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 100 | - |
| CMYK | 0 | 0.21 | 0.61 | 0 |
| HSL | 39.48º | 1% | 0.7% | - |
| HSV(B) | 39.48º | 0.61% | 1% | - |
| XYZ | 64.66 | 64.42 | 21.08 | - |
| YUV | 206.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 100 | 0 | 0.21 | 0.61 | 0 | 39.48 | 1 | 0.7 |
| Hex | FF | CA | 64 | 0 | 15 | 3D | 0 | 27 | 64 | 46 |
| Octal | 377 | 312 | 144 | 0 | 25 | 75 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001010 | 1100100 | 0 | 10101 | 111101 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFCA64
Complementary color
Monochromatic Colors of #FFCA64
Black with #FFCA64
Text Example
Text Example
White with #FFCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA64; }
p { color: rgb(255,202,100); }
H1.HeaderClassName
{
color: #FFCA64;
}
.AnyTagClassName
{
color: #FFCA64;
}
</style>
background-color css
<style>
a { background-color: #FFCA64; }
a { background-color: rgb(255,202,100); }
div.DivClassName
{
background-color: #FFCA64;
}
.BgClassName
{
background-color: #FFCA64;
}
</style>
border-color css
<style>
span { border-color: #FFCA64; }
span { border-color: rgb(255,202,100); }
td.TdClassName
{
border-color: #FFCA64;
}
.TagClassName
{
border-color: #FFCA64;
}
</style>