Shades of Grandis #F8CE74
Tints of Grandis #F8CE74
RGB
CMYK
RGB Variations
Color information
#F8CE74 (or 0xF8CE74) is known color: Grandis. HEX triplet: F8, CE and 74. RGB value is (248,206,116). Sum of RGB (Red+Green+Blue) = 248+206+116=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE74 is #07318B. Grayscale: #D0D0D0. Windows color (decimal): -471436 or 7655160. OLE color: 7655160.
HSL color Cylindrical-coordinate representation of color #F8CE74: hue angle of 40.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8CE74 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 116 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.03 |
| HSL | 40.91º | 0.9% | 0.71% | - |
| HSV(B) | 40.91º | 0.53% | 0.97% | - |
| XYZ | 63.94 | 65.36 | 25.77 | - |
| YUV | 208.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 116 | 0 | 0.17 | 0.53 | 0.03 | 40.91 | 0.9 | 0.71 |
| Hex | F8 | CE | 74 | 0 | 11 | 35 | 3 | 29 | 5A | 47 |
| Octal | 370 | 316 | 164 | 0 | 21 | 65 | 3 | 51 | 132 | 107 |
| Binary | 11111000 | 11001110 | 1110100 | 0 | 10001 | 110101 | 11 | 101001 | 1011010 | 1000111 |
Color Harmonies of #F8CE74
Complementary color
Monochromatic Colors of #F8CE74
Black with #F8CE74
Text Example
Text Example
White with #F8CE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE74; }
p { color: rgb(248,206,116); }
H1.HeaderClassName
{
color: #F8CE74;
}
.AnyTagClassName
{
color: #F8CE74;
}
</style>
background-color css
<style>
a { background-color: #F8CE74; }
a { background-color: rgb(248,206,116); }
div.DivClassName
{
background-color: #F8CE74;
}
.BgClassName
{
background-color: #F8CE74;
}
</style>
border-color css
<style>
span { border-color: #F8CE74; }
span { border-color: rgb(248,206,116); }
td.TdClassName
{
border-color: #F8CE74;
}
.TagClassName
{
border-color: #F8CE74;
}
</style>