Shades of Grandis #F8CE78
Tints of Grandis #F8CE78
RGB
CMYK
RGB Variations
Color information
#F8CE78 (or 0xF8CE78) is known color: Grandis. HEX triplet: F8, CE and 78. RGB value is (248,206,120). Sum of RGB (Red+Green+Blue) = 248+206+120=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE78 is #073187. Grayscale: #D1D1D1. Windows color (decimal): -471432 or 7917304. OLE color: 7917304.
HSL color Cylindrical-coordinate representation of color #F8CE78: hue angle of 40.31º 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 #F8CE78 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 120 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.03 |
| HSL | 40.31º | 0.9% | 0.72% | - |
| HSV(B) | 40.31º | 0.52% | 0.97% | - |
| XYZ | 64.17 | 65.46 | 27.02 | - |
| YUV | 208.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 120 | 0 | 0.17 | 0.52 | 0.03 | 40.31 | 0.9 | 0.72 |
| Hex | F8 | CE | 78 | 0 | 11 | 34 | 3 | 28 | 5A | 48 |
| Octal | 370 | 316 | 170 | 0 | 21 | 64 | 3 | 50 | 132 | 110 |
| Binary | 11111000 | 11001110 | 1111000 | 0 | 10001 | 110100 | 11 | 101000 | 1011010 | 1001000 |
Color Harmonies of #F8CE78
Complementary color
Monochromatic Colors of #F8CE78
Black with #F8CE78
Text Example
Text Example
White with #F8CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE78; }
p { color: rgb(248,206,120); }
H1.HeaderClassName
{
color: #F8CE78;
}
.AnyTagClassName
{
color: #F8CE78;
}
</style>
background-color css
<style>
a { background-color: #F8CE78; }
a { background-color: rgb(248,206,120); }
div.DivClassName
{
background-color: #F8CE78;
}
.BgClassName
{
background-color: #F8CE78;
}
</style>
border-color css
<style>
span { border-color: #F8CE78; }
span { border-color: rgb(248,206,120); }
td.TdClassName
{
border-color: #F8CE78;
}
.TagClassName
{
border-color: #F8CE78;
}
</style>