Shades of Grandis #FFCA68
Tints of Grandis #FFCA68
RGB
CMYK
RGB Variations
Color information
#FFCA68 (or 0xFFCA68) is known color: Grandis. HEX triplet: FF, CA and 68. RGB value is (255,202,104). Sum of RGB (Red+Green+Blue) = 255+202+104=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA68 is #003597. Grayscale: #CFCFCF. Windows color (decimal): -13720 or 6867711. OLE color: 6867711.
HSL color Cylindrical-coordinate representation of color #FFCA68: hue angle of 38.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFCA68 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 104 | - |
| CMYK | 0 | 0.21 | 0.59 | 0 |
| HSL | 38.94º | 1% | 0.7% | - |
| HSV(B) | 38.94º | 0.59% | 1% | - |
| XYZ | 64.86 | 64.5 | 22.13 | - |
| YUV | 206.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 104 | 0 | 0.21 | 0.59 | 0 | 38.94 | 1 | 0.7 |
| Hex | FF | CA | 68 | 0 | 15 | 3B | 0 | 27 | 64 | 46 |
| Octal | 377 | 312 | 150 | 0 | 25 | 73 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001010 | 1101000 | 0 | 10101 | 111011 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFCA68
Complementary color
Monochromatic Colors of #FFCA68
Black with #FFCA68
Text Example
Text Example
White with #FFCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA68; }
p { color: rgb(255,202,104); }
H1.HeaderClassName
{
color: #FFCA68;
}
.AnyTagClassName
{
color: #FFCA68;
}
</style>
background-color css
<style>
a { background-color: #FFCA68; }
a { background-color: rgb(255,202,104); }
div.DivClassName
{
background-color: #FFCA68;
}
.BgClassName
{
background-color: #FFCA68;
}
</style>
border-color css
<style>
span { border-color: #FFCA68; }
span { border-color: rgb(255,202,104); }
td.TdClassName
{
border-color: #FFCA68;
}
.TagClassName
{
border-color: #FFCA68;
}
</style>