Shades of Grandis #F8CE76
Tints of Grandis #F8CE76
RGB
CMYK
RGB Variations
Color information
#F8CE76 (or 0xF8CE76) is known color: Grandis. HEX triplet: F8, CE and 76. RGB value is (248,206,118). Sum of RGB (Red+Green+Blue) = 248+206+118=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE76 is #073189. Grayscale: #D0D0D0. Windows color (decimal): -471434 or 7786232. OLE color: 7786232.
HSL color Cylindrical-coordinate representation of color #F8CE76: hue angle of 40.62º 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 #F8CE76 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 118 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.03 |
| HSL | 40.62º | 0.9% | 0.72% | - |
| HSV(B) | 40.62º | 0.52% | 0.97% | - |
| XYZ | 64.05 | 65.41 | 26.39 | - |
| YUV | 208.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 118 | 0 | 0.17 | 0.52 | 0.03 | 40.62 | 0.9 | 0.72 |
| Hex | F8 | CE | 76 | 0 | 11 | 34 | 3 | 29 | 5A | 48 |
| Octal | 370 | 316 | 166 | 0 | 21 | 64 | 3 | 51 | 132 | 110 |
| Binary | 11111000 | 11001110 | 1110110 | 0 | 10001 | 110100 | 11 | 101001 | 1011010 | 1001000 |
Color Harmonies of #F8CE76
Complementary color
Monochromatic Colors of #F8CE76
Black with #F8CE76
Text Example
Text Example
White with #F8CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE76; }
p { color: rgb(248,206,118); }
H1.HeaderClassName
{
color: #F8CE76;
}
.AnyTagClassName
{
color: #F8CE76;
}
</style>
background-color css
<style>
a { background-color: #F8CE76; }
a { background-color: rgb(248,206,118); }
div.DivClassName
{
background-color: #F8CE76;
}
.BgClassName
{
background-color: #F8CE76;
}
</style>
border-color css
<style>
span { border-color: #F8CE76; }
span { border-color: rgb(248,206,118); }
td.TdClassName
{
border-color: #F8CE76;
}
.TagClassName
{
border-color: #F8CE76;
}
</style>