Shades of Grandis #FFCA73
Tints of Grandis #FFCA73
RGB
CMYK
RGB Variations
Color information
#FFCA73 (or 0xFFCA73) is known color: Grandis. HEX triplet: FF, CA and 73. RGB value is (255,202,115). Sum of RGB (Red+Green+Blue) = 255+202+115=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA73 is #00358C. Grayscale: #D0D0D0. Windows color (decimal): -13709 or 7588607. OLE color: 7588607.
HSL color Cylindrical-coordinate representation of color #FFCA73: hue angle of 37.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCA73 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 115 | - |
| CMYK | 0 | 0.21 | 0.55 | 0 |
| HSL | 37.29º | 1% | 0.73% | - |
| HSV(B) | 37.29º | 0.55% | 1% | - |
| XYZ | 65.46 | 64.74 | 25.27 | - |
| YUV | 207.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 115 | 0 | 0.21 | 0.55 | 0 | 37.29 | 1 | 0.73 |
| Hex | FF | CA | 73 | 0 | 15 | 37 | 0 | 25 | 64 | 49 |
| Octal | 377 | 312 | 163 | 0 | 25 | 67 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001010 | 1110011 | 0 | 10101 | 110111 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFCA73
Complementary color
Monochromatic Colors of #FFCA73
Black with #FFCA73
Text Example
Text Example
White with #FFCA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA73; }
p { color: rgb(255,202,115); }
H1.HeaderClassName
{
color: #FFCA73;
}
.AnyTagClassName
{
color: #FFCA73;
}
</style>
background-color css
<style>
a { background-color: #FFCA73; }
a { background-color: rgb(255,202,115); }
div.DivClassName
{
background-color: #FFCA73;
}
.BgClassName
{
background-color: #FFCA73;
}
</style>
border-color css
<style>
span { border-color: #FFCA73; }
span { border-color: rgb(255,202,115); }
td.TdClassName
{
border-color: #FFCA73;
}
.TagClassName
{
border-color: #FFCA73;
}
</style>