Shades of Grandis #FFCA6F
Tints of Grandis #FFCA6F
RGB
CMYK
RGB Variations
Color information
#FFCA6F (or 0xFFCA6F) is known color: Grandis. HEX triplet: FF, CA and 6F. RGB value is (255,202,111). Sum of RGB (Red+Green+Blue) = 255+202+111=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA6F is #003590. Grayscale: #CFCFCF. Windows color (decimal): -13713 or 7326463. OLE color: 7326463.
HSL color Cylindrical-coordinate representation of color #FFCA6F: hue angle of 37.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFCA6F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 111 | - |
| CMYK | 0 | 0.21 | 0.56 | 0 |
| HSL | 37.92º | 1% | 0.72% | - |
| HSV(B) | 37.92º | 0.56% | 1% | - |
| XYZ | 65.23 | 64.65 | 24.08 | - |
| YUV | 207.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 111 | 0 | 0.21 | 0.56 | 0 | 37.92 | 1 | 0.72 |
| Hex | FF | CA | 6F | 0 | 15 | 38 | 0 | 26 | 64 | 48 |
| Octal | 377 | 312 | 157 | 0 | 25 | 70 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001010 | 1101111 | 0 | 10101 | 111000 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFCA6F
Complementary color
Monochromatic Colors of #FFCA6F
Black with #FFCA6F
Text Example
Text Example
White with #FFCA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA6F; }
p { color: rgb(255,202,111); }
H1.HeaderClassName
{
color: #FFCA6F;
}
.AnyTagClassName
{
color: #FFCA6F;
}
</style>
background-color css
<style>
a { background-color: #FFCA6F; }
a { background-color: rgb(255,202,111); }
div.DivClassName
{
background-color: #FFCA6F;
}
.BgClassName
{
background-color: #FFCA6F;
}
</style>
border-color css
<style>
span { border-color: #FFCA6F; }
span { border-color: rgb(255,202,111); }
td.TdClassName
{
border-color: #FFCA6F;
}
.TagClassName
{
border-color: #FFCA6F;
}
</style>