Shades of Grandis #F8CE77
Tints of Grandis #F8CE77
RGB
CMYK
RGB Variations
Color information
#F8CE77 (or 0xF8CE77) is known color: Grandis. HEX triplet: F8, CE and 77. RGB value is (248,206,119). Sum of RGB (Red+Green+Blue) = 248+206+119=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE77 is #073188. Grayscale: #D1D1D1. Windows color (decimal): -471433 or 7851768. OLE color: 7851768.
HSL color Cylindrical-coordinate representation of color #F8CE77: hue angle of 40.47º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8CE77 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 119 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.03 |
| HSL | 40.47º | 0.9% | 0.72% | - |
| HSV(B) | 40.47º | 0.52% | 0.97% | - |
| XYZ | 64.11 | 65.43 | 26.7 | - |
| YUV | 208.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 119 | 0 | 0.17 | 0.52 | 0.03 | 40.47 | 0.9 | 0.72 |
| Hex | F8 | CE | 77 | 0 | 11 | 34 | 3 | 28 | 5A | 48 |
| Octal | 370 | 316 | 167 | 0 | 21 | 64 | 3 | 50 | 132 | 110 |
| Binary | 11111000 | 11001110 | 1110111 | 0 | 10001 | 110100 | 11 | 101000 | 1011010 | 1001000 |
Color Harmonies of #F8CE77
Complementary color
Monochromatic Colors of #F8CE77
Black with #F8CE77
Text Example
Text Example
White with #F8CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE77; }
p { color: rgb(248,206,119); }
H1.HeaderClassName
{
color: #F8CE77;
}
.AnyTagClassName
{
color: #F8CE77;
}
</style>
background-color css
<style>
a { background-color: #F8CE77; }
a { background-color: rgb(248,206,119); }
div.DivClassName
{
background-color: #F8CE77;
}
.BgClassName
{
background-color: #F8CE77;
}
</style>
border-color css
<style>
span { border-color: #F8CE77; }
span { border-color: rgb(248,206,119); }
td.TdClassName
{
border-color: #F8CE77;
}
.TagClassName
{
border-color: #F8CE77;
}
</style>