Shades of Grandis #FFCA6E
Tints of Grandis #FFCA6E
RGB
CMYK
RGB Variations
Color information
#FFCA6E (or 0xFFCA6E) is known color: Grandis. HEX triplet: FF, CA and 6E. RGB value is (255,202,110). Sum of RGB (Red+Green+Blue) = 255+202+110=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA6E is #003591. Grayscale: #CFCFCF. Windows color (decimal): -13714 or 7260927. OLE color: 7260927.
HSL color Cylindrical-coordinate representation of color #FFCA6E: hue angle of 38.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCA6E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 110 | - |
| CMYK | 0 | 0.21 | 0.57 | 0 |
| HSL | 38.07º | 1% | 0.72% | - |
| HSV(B) | 38.07º | 0.57% | 1% | - |
| XYZ | 65.18 | 64.63 | 23.79 | - |
| YUV | 207.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 110 | 0 | 0.21 | 0.57 | 0 | 38.07 | 1 | 0.72 |
| Hex | FF | CA | 6E | 0 | 15 | 39 | 0 | 26 | 64 | 48 |
| Octal | 377 | 312 | 156 | 0 | 25 | 71 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001010 | 1101110 | 0 | 10101 | 111001 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFCA6E
Complementary color
Monochromatic Colors of #FFCA6E
Black with #FFCA6E
Text Example
Text Example
White with #FFCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA6E; }
p { color: rgb(255,202,110); }
H1.HeaderClassName
{
color: #FFCA6E;
}
.AnyTagClassName
{
color: #FFCA6E;
}
</style>
background-color css
<style>
a { background-color: #FFCA6E; }
a { background-color: rgb(255,202,110); }
div.DivClassName
{
background-color: #FFCA6E;
}
.BgClassName
{
background-color: #FFCA6E;
}
</style>
border-color css
<style>
span { border-color: #FFCA6E; }
span { border-color: rgb(255,202,110); }
td.TdClassName
{
border-color: #FFCA6E;
}
.TagClassName
{
border-color: #FFCA6E;
}
</style>