Shades of Grandis #F7CE6F
Tints of Grandis #F7CE6F
RGB
CMYK
RGB Variations
Color information
#F7CE6F (or 0xF7CE6F) is known color: Grandis. HEX triplet: F7, CE and 6F. RGB value is (247,206,111). Sum of RGB (Red+Green+Blue) = 247+206+111=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE6F is #083190. Grayscale: #CFCFCF. Windows color (decimal): -536977 or 7327479. OLE color: 7327479.
HSL color Cylindrical-coordinate representation of color #F7CE6F: hue angle of 41.91º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7CE6F is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 111 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.03 |
| HSL | 41.91º | 0.89% | 0.7% | - |
| HSV(B) | 41.91º | 0.55% | 0.97% | - |
| XYZ | 63.3 | 65.06 | 24.26 | - |
| YUV | 207.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 111 | 0 | 0.17 | 0.55 | 0.03 | 41.91 | 0.89 | 0.7 |
| Hex | F7 | CE | 6F | 0 | 11 | 37 | 3 | 2A | 59 | 46 |
| Octal | 367 | 316 | 157 | 0 | 21 | 67 | 3 | 52 | 131 | 106 |
| Binary | 11110111 | 11001110 | 1101111 | 0 | 10001 | 110111 | 11 | 101010 | 1011001 | 1000110 |
Color Harmonies of #F7CE6F
Complementary color
Monochromatic Colors of #F7CE6F
Black with #F7CE6F
Text Example
Text Example
White with #F7CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CE6F; }
p { color: rgb(247,206,111); }
H1.HeaderClassName
{
color: #F7CE6F;
}
.AnyTagClassName
{
color: #F7CE6F;
}
</style>
background-color css
<style>
a { background-color: #F7CE6F; }
a { background-color: rgb(247,206,111); }
div.DivClassName
{
background-color: #F7CE6F;
}
.BgClassName
{
background-color: #F7CE6F;
}
</style>
border-color css
<style>
span { border-color: #F7CE6F; }
span { border-color: rgb(247,206,111); }
td.TdClassName
{
border-color: #F7CE6F;
}
.TagClassName
{
border-color: #F7CE6F;
}
</style>