Shades of Grandis #F7CE6C
Tints of Grandis #F7CE6C
RGB
CMYK
RGB Variations
Color information
#F7CE6C (or 0xF7CE6C) is known color: Grandis. HEX triplet: F7, CE and 6C. RGB value is (247,206,108). Sum of RGB (Red+Green+Blue) = 247+206+108=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE6C is #083193. Grayscale: #CFCFCF. Windows color (decimal): -536980 or 7130871. OLE color: 7130871.
HSL color Cylindrical-coordinate representation of color #F7CE6C: hue angle of 42.3º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7CE6C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 108 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.03 |
| HSL | 42.3º | 0.9% | 0.7% | - |
| HSV(B) | 42.3º | 0.56% | 0.97% | - |
| XYZ | 63.14 | 65 | 23.41 | - |
| YUV | 207.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 108 | 0 | 0.17 | 0.56 | 0.03 | 42.3 | 0.9 | 0.7 |
| Hex | F7 | CE | 6C | 0 | 11 | 38 | 3 | 2A | 5A | 46 |
| Octal | 367 | 316 | 154 | 0 | 21 | 70 | 3 | 52 | 132 | 106 |
| Binary | 11110111 | 11001110 | 1101100 | 0 | 10001 | 111000 | 11 | 101010 | 1011010 | 1000110 |
Color Harmonies of #F7CE6C
Complementary color
Monochromatic Colors of #F7CE6C
Black with #F7CE6C
Text Example
Text Example
White with #F7CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE6C; }
p { color: rgb(247,206,108); }
H1.HeaderClassName
{
color: #F7CE6C;
}
.AnyTagClassName
{
color: #F7CE6C;
}
</style>
background-color css
<style>
a { background-color: #F7CE6C; }
a { background-color: rgb(247,206,108); }
div.DivClassName
{
background-color: #F7CE6C;
}
.BgClassName
{
background-color: #F7CE6C;
}
</style>
border-color css
<style>
span { border-color: #F7CE6C; }
span { border-color: rgb(247,206,108); }
td.TdClassName
{
border-color: #F7CE6C;
}
.TagClassName
{
border-color: #F7CE6C;
}
</style>