Shades of Grandis #F8CE71
Tints of Grandis #F8CE71
RGB
CMYK
RGB Variations
Color information
#F8CE71 (or 0xF8CE71) is known color: Grandis. HEX triplet: F8, CE and 71. RGB value is (248,206,113). Sum of RGB (Red+Green+Blue) = 248+206+113=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE71 is #07318E. Grayscale: #D0D0D0. Windows color (decimal): -471439 or 7458552. OLE color: 7458552.
HSL color Cylindrical-coordinate representation of color #F8CE71: hue angle of 41.33º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8CE71 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 113 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.03 |
| HSL | 41.33º | 0.91% | 0.71% | - |
| HSV(B) | 41.33º | 0.54% | 0.97% | - |
| XYZ | 63.76 | 65.29 | 24.86 | - |
| YUV | 207.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 113 | 0 | 0.17 | 0.54 | 0.03 | 41.33 | 0.91 | 0.71 |
| Hex | F8 | CE | 71 | 0 | 11 | 36 | 3 | 29 | 5B | 47 |
| Octal | 370 | 316 | 161 | 0 | 21 | 66 | 3 | 51 | 133 | 107 |
| Binary | 11111000 | 11001110 | 1110001 | 0 | 10001 | 110110 | 11 | 101001 | 1011011 | 1000111 |
Color Harmonies of #F8CE71
Complementary color
Monochromatic Colors of #F8CE71
Black with #F8CE71
Text Example
Text Example
White with #F8CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE71; }
p { color: rgb(248,206,113); }
H1.HeaderClassName
{
color: #F8CE71;
}
.AnyTagClassName
{
color: #F8CE71;
}
</style>
background-color css
<style>
a { background-color: #F8CE71; }
a { background-color: rgb(248,206,113); }
div.DivClassName
{
background-color: #F8CE71;
}
.BgClassName
{
background-color: #F8CE71;
}
</style>
border-color css
<style>
span { border-color: #F8CE71; }
span { border-color: rgb(248,206,113); }
td.TdClassName
{
border-color: #F8CE71;
}
.TagClassName
{
border-color: #F8CE71;
}
</style>