Shades of Grandis #F6CB70
Tints of Grandis #F6CB70
RGB
CMYK
RGB Variations
Color information
#F6CB70 (or 0xF6CB70) is known color: Grandis. HEX triplet: F6, CB and 70. RGB value is (246,203,112). Sum of RGB (Red+Green+Blue) = 246+203+112=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB70 is #09348F. Grayscale: #CDCDCD. Windows color (decimal): -603280 or 7392246. OLE color: 7392246.
HSL color Cylindrical-coordinate representation of color #F6CB70: hue angle of 40.75º 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 #F6CB70 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 112 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.04 |
| HSL | 40.75º | 0.88% | 0.7% | - |
| HSV(B) | 40.75º | 0.54% | 0.96% | - |
| XYZ | 62.29 | 63.47 | 24.3 | - |
| YUV | 205.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 112 | 0 | 0.17 | 0.54 | 0.04 | 40.75 | 0.88 | 0.7 |
| Hex | F6 | CB | 70 | 0 | 11 | 36 | 4 | 29 | 58 | 46 |
| Octal | 366 | 313 | 160 | 0 | 21 | 66 | 4 | 51 | 130 | 106 |
| Binary | 11110110 | 11001011 | 1110000 | 0 | 10001 | 110110 | 100 | 101001 | 1011000 | 1000110 |
Color Harmonies of #F6CB70
Complementary color
Monochromatic Colors of #F6CB70
Black with #F6CB70
Text Example
Text Example
White with #F6CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB70; }
p { color: rgb(246,203,112); }
H1.HeaderClassName
{
color: #F6CB70;
}
.AnyTagClassName
{
color: #F6CB70;
}
</style>
background-color css
<style>
a { background-color: #F6CB70; }
a { background-color: rgb(246,203,112); }
div.DivClassName
{
background-color: #F6CB70;
}
.BgClassName
{
background-color: #F6CB70;
}
</style>
border-color css
<style>
span { border-color: #F6CB70; }
span { border-color: rgb(246,203,112); }
td.TdClassName
{
border-color: #F6CB70;
}
.TagClassName
{
border-color: #F6CB70;
}
</style>