Shades of Grandis #F7CF6E
Tints of Grandis #F7CF6E
RGB
CMYK
RGB Variations
Color information
#F7CF6E (or 0xF7CF6E) is known color: Grandis. HEX triplet: F7, CF and 6E. RGB value is (247,207,110). Sum of RGB (Red+Green+Blue) = 247+207+110=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF6E is #083091. Grayscale: #D0D0D0. Windows color (decimal): -536722 or 7262199. OLE color: 7262199.
HSL color Cylindrical-coordinate representation of color #F7CF6E: hue angle of 42.48º degrees, saturation: 0.9, 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 #F7CF6E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 110 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.03 |
| HSL | 42.48º | 0.9% | 0.7% | - |
| HSV(B) | 42.48º | 0.55% | 0.97% | - |
| XYZ | 63.49 | 65.53 | 24.05 | - |
| YUV | 207.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 110 | 0 | 0.16 | 0.55 | 0.03 | 42.48 | 0.9 | 0.7 |
| Hex | F7 | CF | 6E | 0 | 10 | 37 | 3 | 2A | 5A | 46 |
| Octal | 367 | 317 | 156 | 0 | 20 | 67 | 3 | 52 | 132 | 106 |
| Binary | 11110111 | 11001111 | 1101110 | 0 | 10000 | 110111 | 11 | 101010 | 1011010 | 1000110 |
Color Harmonies of #F7CF6E
Complementary color
Monochromatic Colors of #F7CF6E
Black with #F7CF6E
Text Example
Text Example
White with #F7CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF6E; }
p { color: rgb(247,207,110); }
H1.HeaderClassName
{
color: #F7CF6E;
}
.AnyTagClassName
{
color: #F7CF6E;
}
</style>
background-color css
<style>
a { background-color: #F7CF6E; }
a { background-color: rgb(247,207,110); }
div.DivClassName
{
background-color: #F7CF6E;
}
.BgClassName
{
background-color: #F7CF6E;
}
</style>
border-color css
<style>
span { border-color: #F7CF6E; }
span { border-color: rgb(247,207,110); }
td.TdClassName
{
border-color: #F7CF6E;
}
.TagClassName
{
border-color: #F7CF6E;
}
</style>