Shades of Grandis #F4CA6D
Tints of Grandis #F4CA6D
RGB
CMYK
RGB Variations
Color information
#F4CA6D (or 0xF4CA6D) is known color: Grandis. HEX triplet: F4, CA and 6D. RGB value is (244,202,109). Sum of RGB (Red+Green+Blue) = 244+202+109=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CA6D is #0B3592. Grayscale: #CCCCCC. Windows color (decimal): -734611 or 7195380. OLE color: 7195380.
HSL color Cylindrical-coordinate representation of color #F4CA6D: hue angle of 41.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4CA6D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 109 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.04 |
| HSL | 41.33º | 0.86% | 0.69% | - |
| HSV(B) | 41.33º | 0.55% | 0.96% | - |
| XYZ | 61.19 | 62.58 | 23.32 | - |
| YUV | 203.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 109 | 0 | 0.17 | 0.55 | 0.04 | 41.33 | 0.86 | 0.69 |
| Hex | F4 | CA | 6D | 0 | 11 | 37 | 4 | 29 | 56 | 45 |
| Octal | 364 | 312 | 155 | 0 | 21 | 67 | 4 | 51 | 126 | 105 |
| Binary | 11110100 | 11001010 | 1101101 | 0 | 10001 | 110111 | 100 | 101001 | 1010110 | 1000101 |
Color Harmonies of #F4CA6D
Complementary color
Monochromatic Colors of #F4CA6D
Black with #F4CA6D
Text Example
Text Example
White with #F4CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CA6D; }
p { color: rgb(244,202,109); }
H1.HeaderClassName
{
color: #F4CA6D;
}
.AnyTagClassName
{
color: #F4CA6D;
}
</style>
background-color css
<style>
a { background-color: #F4CA6D; }
a { background-color: rgb(244,202,109); }
div.DivClassName
{
background-color: #F4CA6D;
}
.BgClassName
{
background-color: #F4CA6D;
}
</style>
border-color css
<style>
span { border-color: #F4CA6D; }
span { border-color: rgb(244,202,109); }
td.TdClassName
{
border-color: #F4CA6D;
}
.TagClassName
{
border-color: #F4CA6D;
}
</style>