Shades of Grandis #F8D36D
Tints of Grandis #F8D36D
RGB
CMYK
RGB Variations
Color information
#F8D36D (or 0xF8D36D) is known color: Grandis. HEX triplet: F8, D3 and 6D. RGB value is (248,211,109). Sum of RGB (Red+Green+Blue) = 248+211+109=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D36D is #072C92. Grayscale: #D2D2D2. Windows color (decimal): -470163 or 7197688. OLE color: 7197688.
HSL color Cylindrical-coordinate representation of color #F8D36D: hue angle of 44.03º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8D36D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 109 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.03 |
| HSL | 44.03º | 0.91% | 0.7% | - |
| HSV(B) | 44.03º | 0.56% | 0.97% | - |
| XYZ | 64.77 | 67.65 | 24.11 | - |
| YUV | 210.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 109 | 0 | 0.15 | 0.56 | 0.03 | 44.03 | 0.91 | 0.7 |
| Hex | F8 | D3 | 6D | 0 | F | 38 | 3 | 2C | 5B | 46 |
| Octal | 370 | 323 | 155 | 0 | 17 | 70 | 3 | 54 | 133 | 106 |
| Binary | 11111000 | 11010011 | 1101101 | 0 | 1111 | 111000 | 11 | 101100 | 1011011 | 1000110 |
Color Harmonies of #F8D36D
Complementary color
Monochromatic Colors of #F8D36D
Black with #F8D36D
Text Example
Text Example
White with #F8D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D36D; }
p { color: rgb(248,211,109); }
H1.HeaderClassName
{
color: #F8D36D;
}
.AnyTagClassName
{
color: #F8D36D;
}
</style>
background-color css
<style>
a { background-color: #F8D36D; }
a { background-color: rgb(248,211,109); }
div.DivClassName
{
background-color: #F8D36D;
}
.BgClassName
{
background-color: #F8D36D;
}
</style>
border-color css
<style>
span { border-color: #F8D36D; }
span { border-color: rgb(248,211,109); }
td.TdClassName
{
border-color: #F8D36D;
}
.TagClassName
{
border-color: #F8D36D;
}
</style>