Shades of Grandis #F4C86E
Tints of Grandis #F4C86E
RGB
CMYK
RGB Variations
Color information
#F4C86E (or 0xF4C86E) is known color: Grandis. HEX triplet: F4, C8 and 6E. RGB value is (244,200,110). Sum of RGB (Red+Green+Blue) = 244+200+110=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C86E is #0B3791. Grayscale: #CBCBCB. Windows color (decimal): -735122 or 7260404. OLE color: 7260404.
HSL color Cylindrical-coordinate representation of color #F4C86E: hue angle of 40.3º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4C86E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 110 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.04 |
| HSL | 40.3º | 0.86% | 0.69% | - |
| HSV(B) | 40.3º | 0.55% | 0.96% | - |
| XYZ | 60.78 | 61.67 | 23.45 | - |
| YUV | 202.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 110 | 0 | 0.18 | 0.55 | 0.04 | 40.3 | 0.86 | 0.69 |
| Hex | F4 | C8 | 6E | 0 | 12 | 37 | 4 | 28 | 56 | 45 |
| Octal | 364 | 310 | 156 | 0 | 22 | 67 | 4 | 50 | 126 | 105 |
| Binary | 11110100 | 11001000 | 1101110 | 0 | 10010 | 110111 | 100 | 101000 | 1010110 | 1000101 |
Color Harmonies of #F4C86E
Complementary color
Monochromatic Colors of #F4C86E
Black with #F4C86E
Text Example
Text Example
White with #F4C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C86E; }
p { color: rgb(244,200,110); }
H1.HeaderClassName
{
color: #F4C86E;
}
.AnyTagClassName
{
color: #F4C86E;
}
</style>
background-color css
<style>
a { background-color: #F4C86E; }
a { background-color: rgb(244,200,110); }
div.DivClassName
{
background-color: #F4C86E;
}
.BgClassName
{
background-color: #F4C86E;
}
</style>
border-color css
<style>
span { border-color: #F4C86E; }
span { border-color: rgb(244,200,110); }
td.TdClassName
{
border-color: #F4C86E;
}
.TagClassName
{
border-color: #F4C86E;
}
</style>