Shades of Grandis #F6CA70
Tints of Grandis #F6CA70
RGB
CMYK
RGB Variations
Color information
#F6CA70 (or 0xF6CA70) is known color: Grandis. HEX triplet: F6, CA and 70. RGB value is (246,202,112). Sum of RGB (Red+Green+Blue) = 246+202+112=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CA70 is #09358F. Grayscale: #CDCDCD. Windows color (decimal): -603536 or 7391990. OLE color: 7391990.
HSL color Cylindrical-coordinate representation of color #F6CA70: hue angle of 40.3º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6CA70 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 112 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.04 |
| HSL | 40.3º | 0.88% | 0.7% | - |
| HSV(B) | 40.3º | 0.54% | 0.96% | - |
| XYZ | 62.05 | 63 | 24.22 | - |
| YUV | 204.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 112 | 0 | 0.18 | 0.54 | 0.04 | 40.3 | 0.88 | 0.7 |
| Hex | F6 | CA | 70 | 0 | 12 | 36 | 4 | 28 | 58 | 46 |
| Octal | 366 | 312 | 160 | 0 | 22 | 66 | 4 | 50 | 130 | 106 |
| Binary | 11110110 | 11001010 | 1110000 | 0 | 10010 | 110110 | 100 | 101000 | 1011000 | 1000110 |
Color Harmonies of #F6CA70
Complementary color
Monochromatic Colors of #F6CA70
Black with #F6CA70
Text Example
Text Example
White with #F6CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA70; }
p { color: rgb(246,202,112); }
H1.HeaderClassName
{
color: #F6CA70;
}
.AnyTagClassName
{
color: #F6CA70;
}
</style>
background-color css
<style>
a { background-color: #F6CA70; }
a { background-color: rgb(246,202,112); }
div.DivClassName
{
background-color: #F6CA70;
}
.BgClassName
{
background-color: #F6CA70;
}
</style>
border-color css
<style>
span { border-color: #F6CA70; }
span { border-color: rgb(246,202,112); }
td.TdClassName
{
border-color: #F6CA70;
}
.TagClassName
{
border-color: #F6CA70;
}
</style>