Shades of Grandis #F8CE69
Tints of Grandis #F8CE69
RGB
CMYK
RGB Variations
Color information
#F8CE69 (or 0xF8CE69) is known color: Grandis. HEX triplet: F8, CE and 69. RGB value is (248,206,105). Sum of RGB (Red+Green+Blue) = 248+206+105=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE69 is #073196. Grayscale: #CFCFCF. Windows color (decimal): -471447 or 6934264. OLE color: 6934264.
HSL color Cylindrical-coordinate representation of color #F8CE69: hue angle of 42.38º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8CE69 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 105 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.03 |
| HSL | 42.38º | 0.91% | 0.69% | - |
| HSV(B) | 42.38º | 0.58% | 0.97% | - |
| XYZ | 63.33 | 65.12 | 22.6 | - |
| YUV | 207.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 105 | 0 | 0.17 | 0.58 | 0.03 | 42.38 | 0.91 | 0.69 |
| Hex | F8 | CE | 69 | 0 | 11 | 3A | 3 | 2A | 5B | 45 |
| Octal | 370 | 316 | 151 | 0 | 21 | 72 | 3 | 52 | 133 | 105 |
| Binary | 11111000 | 11001110 | 1101001 | 0 | 10001 | 111010 | 11 | 101010 | 1011011 | 1000101 |
Color Harmonies of #F8CE69
Complementary color
Monochromatic Colors of #F8CE69
Black with #F8CE69
Text Example
Text Example
White with #F8CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE69; }
p { color: rgb(248,206,105); }
H1.HeaderClassName
{
color: #F8CE69;
}
.AnyTagClassName
{
color: #F8CE69;
}
</style>
background-color css
<style>
a { background-color: #F8CE69; }
a { background-color: rgb(248,206,105); }
div.DivClassName
{
background-color: #F8CE69;
}
.BgClassName
{
background-color: #F8CE69;
}
</style>
border-color css
<style>
span { border-color: #F8CE69; }
span { border-color: rgb(248,206,105); }
td.TdClassName
{
border-color: #F8CE69;
}
.TagClassName
{
border-color: #F8CE69;
}
</style>