Shades of Grandis #F8D06D
Tints of Grandis #F8D06D
RGB
CMYK
RGB Variations
Color information
#F8D06D (or 0xF8D06D) is known color: Grandis. HEX triplet: F8, D0 and 6D. RGB value is (248,208,109). Sum of RGB (Red+Green+Blue) = 248+208+109=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D06D is #072F92. Grayscale: #D1D1D1. Windows color (decimal): -470931 or 7196920. OLE color: 7196920.
HSL color Cylindrical-coordinate representation of color #F8D06D: hue angle of 42.73º 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 #F8D06D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 109 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.03 |
| HSL | 42.73º | 0.91% | 0.7% | - |
| HSV(B) | 42.73º | 0.56% | 0.97% | - |
| XYZ | 64.03 | 66.17 | 23.87 | - |
| YUV | 208.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 109 | 0 | 0.16 | 0.56 | 0.03 | 42.73 | 0.91 | 0.7 |
| Hex | F8 | D0 | 6D | 0 | 10 | 38 | 3 | 2B | 5B | 46 |
| Octal | 370 | 320 | 155 | 0 | 20 | 70 | 3 | 53 | 133 | 106 |
| Binary | 11111000 | 11010000 | 1101101 | 0 | 10000 | 111000 | 11 | 101011 | 1011011 | 1000110 |
Color Harmonies of #F8D06D
Complementary color
Monochromatic Colors of #F8D06D
Black with #F8D06D
Text Example
Text Example
White with #F8D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D06D; }
p { color: rgb(248,208,109); }
H1.HeaderClassName
{
color: #F8D06D;
}
.AnyTagClassName
{
color: #F8D06D;
}
</style>
background-color css
<style>
a { background-color: #F8D06D; }
a { background-color: rgb(248,208,109); }
div.DivClassName
{
background-color: #F8D06D;
}
.BgClassName
{
background-color: #F8D06D;
}
</style>
border-color css
<style>
span { border-color: #F8D06D; }
span { border-color: rgb(248,208,109); }
td.TdClassName
{
border-color: #F8D06D;
}
.TagClassName
{
border-color: #F8D06D;
}
</style>