Shades of Grandis #F6C870
Tints of Grandis #F6C870
RGB
CMYK
RGB Variations
Color information
#F6C870 (or 0xF6C870) is known color: Grandis. HEX triplet: F6, C8 and 70. RGB value is (246,200,112). Sum of RGB (Red+Green+Blue) = 246+200+112=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C870 is #09378F. Grayscale: #CCCCCC. Windows color (decimal): -604048 or 7391478. OLE color: 7391478.
HSL color Cylindrical-coordinate representation of color #F6C870: hue angle of 39.4º 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 #F6C870 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 112 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.04 |
| HSL | 39.4º | 0.88% | 0.7% | - |
| HSV(B) | 39.4º | 0.54% | 0.96% | - |
| XYZ | 61.58 | 62.07 | 24.06 | - |
| YUV | 203.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 112 | 0 | 0.19 | 0.54 | 0.04 | 39.4 | 0.88 | 0.7 |
| Hex | F6 | C8 | 70 | 0 | 13 | 36 | 4 | 27 | 58 | 46 |
| Octal | 366 | 310 | 160 | 0 | 23 | 66 | 4 | 47 | 130 | 106 |
| Binary | 11110110 | 11001000 | 1110000 | 0 | 10011 | 110110 | 100 | 100111 | 1011000 | 1000110 |
Color Harmonies of #F6C870
Complementary color
Monochromatic Colors of #F6C870
Black with #F6C870
Text Example
Text Example
White with #F6C870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C870; }
p { color: rgb(246,200,112); }
H1.HeaderClassName
{
color: #F6C870;
}
.AnyTagClassName
{
color: #F6C870;
}
</style>
background-color css
<style>
a { background-color: #F6C870; }
a { background-color: rgb(246,200,112); }
div.DivClassName
{
background-color: #F6C870;
}
.BgClassName
{
background-color: #F6C870;
}
</style>
border-color css
<style>
span { border-color: #F6C870; }
span { border-color: rgb(246,200,112); }
td.TdClassName
{
border-color: #F6C870;
}
.TagClassName
{
border-color: #F6C870;
}
</style>