Shades of Grandis #F8D36F
Tints of Grandis #F8D36F
RGB
CMYK
RGB Variations
Color information
#F8D36F (or 0xF8D36F) is known color: Grandis. HEX triplet: F8, D3 and 6F. RGB value is (248,211,111). Sum of RGB (Red+Green+Blue) = 248+211+111=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D36F is #072C90. Grayscale: #D3D3D3. Windows color (decimal): -470161 or 7328760. OLE color: 7328760.
HSL color Cylindrical-coordinate representation of color #F8D36F: hue angle of 43.8º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8D36F is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 111 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.03 |
| HSL | 43.8º | 0.91% | 0.7% | - |
| HSV(B) | 43.8º | 0.55% | 0.97% | - |
| XYZ | 64.87 | 67.69 | 24.69 | - |
| YUV | 210.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 111 | 0 | 0.15 | 0.55 | 0.03 | 43.8 | 0.91 | 0.7 |
| Hex | F8 | D3 | 6F | 0 | F | 37 | 3 | 2C | 5B | 46 |
| Octal | 370 | 323 | 157 | 0 | 17 | 67 | 3 | 54 | 133 | 106 |
| Binary | 11111000 | 11010011 | 1101111 | 0 | 1111 | 110111 | 11 | 101100 | 1011011 | 1000110 |
Color Harmonies of #F8D36F
Complementary color
Monochromatic Colors of #F8D36F
Black with #F8D36F
Text Example
Text Example
White with #F8D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D36F; }
p { color: rgb(248,211,111); }
H1.HeaderClassName
{
color: #F8D36F;
}
.AnyTagClassName
{
color: #F8D36F;
}
</style>
background-color css
<style>
a { background-color: #F8D36F; }
a { background-color: rgb(248,211,111); }
div.DivClassName
{
background-color: #F8D36F;
}
.BgClassName
{
background-color: #F8D36F;
}
</style>
border-color css
<style>
span { border-color: #F8D36F; }
span { border-color: rgb(248,211,111); }
td.TdClassName
{
border-color: #F8D36F;
}
.TagClassName
{
border-color: #F8D36F;
}
</style>