Shades of Grandis #F8C66F
Tints of Grandis #F8C66F
RGB
CMYK
RGB Variations
Color information
#F8C66F (or 0xF8C66F) is known color: Grandis. HEX triplet: F8, C6 and 6F. RGB value is (248,198,111). Sum of RGB (Red+Green+Blue) = 248+198+111=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C66F is #073990. Grayscale: #CBCBCB. Windows color (decimal): -473489 or 7325432. OLE color: 7325432.
HSL color Cylindrical-coordinate representation of color #F8C66F: hue angle of 38.1º 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 #F8C66F is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 111 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.03 |
| HSL | 38.1º | 0.91% | 0.7% | - |
| HSV(B) | 38.1º | 0.55% | 0.97% | - |
| XYZ | 61.77 | 61.49 | 23.65 | - |
| YUV | 203.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 111 | 0 | 0.20 | 0.55 | 0.03 | 38.1 | 0.91 | 0.7 |
| Hex | F8 | C6 | 6F | 0 | 14 | 37 | 3 | 26 | 5B | 46 |
| Octal | 370 | 306 | 157 | 0 | 24 | 67 | 3 | 46 | 133 | 106 |
| Binary | 11111000 | 11000110 | 1101111 | 0 | 10100 | 110111 | 11 | 100110 | 1011011 | 1000110 |
Color Harmonies of #F8C66F
Complementary color
Monochromatic Colors of #F8C66F
Black with #F8C66F
Text Example
Text Example
White with #F8C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C66F; }
p { color: rgb(248,198,111); }
H1.HeaderClassName
{
color: #F8C66F;
}
.AnyTagClassName
{
color: #F8C66F;
}
</style>
background-color css
<style>
a { background-color: #F8C66F; }
a { background-color: rgb(248,198,111); }
div.DivClassName
{
background-color: #F8C66F;
}
.BgClassName
{
background-color: #F8C66F;
}
</style>
border-color css
<style>
span { border-color: #F8C66F; }
span { border-color: rgb(248,198,111); }
td.TdClassName
{
border-color: #F8C66F;
}
.TagClassName
{
border-color: #F8C66F;
}
</style>