Shades of Grandis #F8C86E
Tints of Grandis #F8C86E
RGB
CMYK
RGB Variations
Color information
#F8C86E (or 0xF8C86E) is known color: Grandis. HEX triplet: F8, C8 and 6E. RGB value is (248,200,110). Sum of RGB (Red+Green+Blue) = 248+200+110=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C86E is #073791. Grayscale: #CCCCCC. Windows color (decimal): -472978 or 7260408. OLE color: 7260408.
HSL color Cylindrical-coordinate representation of color #F8C86E: hue angle of 39.13º degrees, saturation: 0.91, 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 #F8C86E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 110 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.03 |
| HSL | 39.13º | 0.91% | 0.7% | - |
| HSV(B) | 39.13º | 0.56% | 0.97% | - |
| XYZ | 62.18 | 62.39 | 23.52 | - |
| YUV | 204.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 110 | 0 | 0.19 | 0.56 | 0.03 | 39.13 | 0.91 | 0.7 |
| Hex | F8 | C8 | 6E | 0 | 13 | 38 | 3 | 27 | 5B | 46 |
| Octal | 370 | 310 | 156 | 0 | 23 | 70 | 3 | 47 | 133 | 106 |
| Binary | 11111000 | 11001000 | 1101110 | 0 | 10011 | 111000 | 11 | 100111 | 1011011 | 1000110 |
Color Harmonies of #F8C86E
Complementary color
Monochromatic Colors of #F8C86E
Black with #F8C86E
Text Example
Text Example
White with #F8C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C86E; }
p { color: rgb(248,200,110); }
H1.HeaderClassName
{
color: #F8C86E;
}
.AnyTagClassName
{
color: #F8C86E;
}
</style>
background-color css
<style>
a { background-color: #F8C86E; }
a { background-color: rgb(248,200,110); }
div.DivClassName
{
background-color: #F8C86E;
}
.BgClassName
{
background-color: #F8C86E;
}
</style>
border-color css
<style>
span { border-color: #F8C86E; }
span { border-color: rgb(248,200,110); }
td.TdClassName
{
border-color: #F8C86E;
}
.TagClassName
{
border-color: #F8C86E;
}
</style>