Shades of Grandis #F8D06F
Tints of Grandis #F8D06F
RGB
CMYK
RGB Variations
Color information
#F8D06F (or 0xF8D06F) is known color: Grandis. HEX triplet: F8, D0 and 6F. RGB value is (248,208,111). Sum of RGB (Red+Green+Blue) = 248+208+111=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D06F is #072F90. Grayscale: #D1D1D1. Windows color (decimal): -470929 or 7327992. OLE color: 7327992.
HSL color Cylindrical-coordinate representation of color #F8D06F: hue angle of 42.48º 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 #F8D06F is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 111 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.03 |
| HSL | 42.48º | 0.91% | 0.7% | - |
| HSV(B) | 42.48º | 0.55% | 0.97% | - |
| XYZ | 64.14 | 66.22 | 24.44 | - |
| YUV | 208.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 111 | 0 | 0.16 | 0.55 | 0.03 | 42.48 | 0.91 | 0.7 |
| Hex | F8 | D0 | 6F | 0 | 10 | 37 | 3 | 2A | 5B | 46 |
| Octal | 370 | 320 | 157 | 0 | 20 | 67 | 3 | 52 | 133 | 106 |
| Binary | 11111000 | 11010000 | 1101111 | 0 | 10000 | 110111 | 11 | 101010 | 1011011 | 1000110 |
Color Harmonies of #F8D06F
Complementary color
Monochromatic Colors of #F8D06F
Black with #F8D06F
Text Example
Text Example
White with #F8D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D06F; }
p { color: rgb(248,208,111); }
H1.HeaderClassName
{
color: #F8D06F;
}
.AnyTagClassName
{
color: #F8D06F;
}
</style>
background-color css
<style>
a { background-color: #F8D06F; }
a { background-color: rgb(248,208,111); }
div.DivClassName
{
background-color: #F8D06F;
}
.BgClassName
{
background-color: #F8D06F;
}
</style>
border-color css
<style>
span { border-color: #F8D06F; }
span { border-color: rgb(248,208,111); }
td.TdClassName
{
border-color: #F8D06F;
}
.TagClassName
{
border-color: #F8D06F;
}
</style>