Shades of Grandis #F6CA69
Tints of Grandis #F6CA69
RGB
CMYK
RGB Variations
Color information
#F6CA69 (or 0xF6CA69) is known color: Grandis. HEX triplet: F6, CA and 69. RGB value is (246,202,105). Sum of RGB (Red+Green+Blue) = 246+202+105=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CA69 is #093596. Grayscale: #CCCCCC. Windows color (decimal): -603543 or 6933238. OLE color: 6933238.
HSL color Cylindrical-coordinate representation of color #F6CA69: hue angle of 41.28º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6CA69 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 105 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.04 |
| HSL | 41.28º | 0.89% | 0.69% | - |
| HSV(B) | 41.28º | 0.57% | 0.96% | - |
| XYZ | 61.68 | 62.85 | 22.25 | - |
| YUV | 204.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 105 | 0 | 0.18 | 0.57 | 0.04 | 41.28 | 0.89 | 0.69 |
| Hex | F6 | CA | 69 | 0 | 12 | 39 | 4 | 29 | 59 | 45 |
| Octal | 366 | 312 | 151 | 0 | 22 | 71 | 4 | 51 | 131 | 105 |
| Binary | 11110110 | 11001010 | 1101001 | 0 | 10010 | 111001 | 100 | 101001 | 1011001 | 1000101 |
Color Harmonies of #F6CA69
Complementary color
Monochromatic Colors of #F6CA69
Black with #F6CA69
Text Example
Text Example
White with #F6CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CA69; }
p { color: rgb(246,202,105); }
H1.HeaderClassName
{
color: #F6CA69;
}
.AnyTagClassName
{
color: #F6CA69;
}
</style>
background-color css
<style>
a { background-color: #F6CA69; }
a { background-color: rgb(246,202,105); }
div.DivClassName
{
background-color: #F6CA69;
}
.BgClassName
{
background-color: #F6CA69;
}
</style>
border-color css
<style>
span { border-color: #F6CA69; }
span { border-color: rgb(246,202,105); }
td.TdClassName
{
border-color: #F6CA69;
}
.TagClassName
{
border-color: #F6CA69;
}
</style>