Shades of Grandis #F8C76C
Tints of Grandis #F8C76C
RGB
CMYK
RGB Variations
Color information
#F8C76C (or 0xF8C76C) is known color: Grandis. HEX triplet: F8, C7 and 6C. RGB value is (248,199,108). Sum of RGB (Red+Green+Blue) = 248+199+108=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C76C is #073893. Grayscale: #CBCBCB. Windows color (decimal): -473236 or 7129080. OLE color: 7129080.
HSL color Cylindrical-coordinate representation of color #F8C76C: hue angle of 39º 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 #F8C76C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 108 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.03 |
| HSL | 39º | 0.91% | 0.7% | - |
| HSV(B) | 39º | 0.56% | 0.97% | - |
| XYZ | 61.84 | 61.89 | 22.87 | - |
| YUV | 203.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 108 | 0 | 0.20 | 0.56 | 0.03 | 39 | 0.91 | 0.7 |
| Hex | F8 | C7 | 6C | 0 | 14 | 38 | 3 | 27 | 5B | 46 |
| Octal | 370 | 307 | 154 | 0 | 24 | 70 | 3 | 47 | 133 | 106 |
| Binary | 11111000 | 11000111 | 1101100 | 0 | 10100 | 111000 | 11 | 100111 | 1011011 | 1000110 |
Color Harmonies of #F8C76C
Complementary color
Monochromatic Colors of #F8C76C
Black with #F8C76C
Text Example
Text Example
White with #F8C76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C76C; }
p { color: rgb(248,199,108); }
H1.HeaderClassName
{
color: #F8C76C;
}
.AnyTagClassName
{
color: #F8C76C;
}
</style>
background-color css
<style>
a { background-color: #F8C76C; }
a { background-color: rgb(248,199,108); }
div.DivClassName
{
background-color: #F8C76C;
}
.BgClassName
{
background-color: #F8C76C;
}
</style>
border-color css
<style>
span { border-color: #F8C76C; }
span { border-color: rgb(248,199,108); }
td.TdClassName
{
border-color: #F8C76C;
}
.TagClassName
{
border-color: #F8C76C;
}
</style>