Shades of Grandis #FFCA67
Tints of Grandis #FFCA67
RGB
CMYK
RGB Variations
Color information
#FFCA67 (or 0xFFCA67) is known color: Grandis. HEX triplet: FF, CA and 67. RGB value is (255,202,103). Sum of RGB (Red+Green+Blue) = 255+202+103=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA67 is #003598. Grayscale: #CFCFCF. Windows color (decimal): -13721 or 6802175. OLE color: 6802175.
HSL color Cylindrical-coordinate representation of color #FFCA67: hue angle of 39.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFCA67 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 103 | - |
| CMYK | 0 | 0.21 | 0.60 | 0 |
| HSL | 39.08º | 1% | 0.7% | - |
| HSV(B) | 39.08º | 0.6% | 1% | - |
| XYZ | 64.81 | 64.48 | 21.86 | - |
| YUV | 206.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 103 | 0 | 0.21 | 0.60 | 0 | 39.08 | 1 | 0.7 |
| Hex | FF | CA | 67 | 0 | 15 | 3C | 0 | 27 | 64 | 46 |
| Octal | 377 | 312 | 147 | 0 | 25 | 74 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001010 | 1100111 | 0 | 10101 | 111100 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFCA67
Complementary color
Monochromatic Colors of #FFCA67
Black with #FFCA67
Text Example
Text Example
White with #FFCA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA67; }
p { color: rgb(255,202,103); }
H1.HeaderClassName
{
color: #FFCA67;
}
.AnyTagClassName
{
color: #FFCA67;
}
</style>
background-color css
<style>
a { background-color: #FFCA67; }
a { background-color: rgb(255,202,103); }
div.DivClassName
{
background-color: #FFCA67;
}
.BgClassName
{
background-color: #FFCA67;
}
</style>
border-color css
<style>
span { border-color: #FFCA67; }
span { border-color: rgb(255,202,103); }
td.TdClassName
{
border-color: #FFCA67;
}
.TagClassName
{
border-color: #FFCA67;
}
</style>