Shades of Grandis #F8C766
Tints of Grandis #F8C766
RGB
CMYK
RGB Variations
Color information
#F8C766 (or 0xF8C766) is known color: Grandis. HEX triplet: F8, C7 and 66. RGB value is (248,199,102). Sum of RGB (Red+Green+Blue) = 248+199+102=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C766 is #073899. Grayscale: #CBCBCB. Windows color (decimal): -473242 or 6735864. OLE color: 6735864.
HSL color Cylindrical-coordinate representation of color #F8C766: hue angle of 39.86º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8C766 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 102 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.03 |
| HSL | 39.86º | 0.91% | 0.69% | - |
| HSV(B) | 39.86º | 0.59% | 0.97% | - |
| XYZ | 61.53 | 61.76 | 21.25 | - |
| YUV | 202.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 102 | 0 | 0.20 | 0.59 | 0.03 | 39.86 | 0.91 | 0.69 |
| Hex | F8 | C7 | 66 | 0 | 14 | 3B | 3 | 28 | 5B | 45 |
| Octal | 370 | 307 | 146 | 0 | 24 | 73 | 3 | 50 | 133 | 105 |
| Binary | 11111000 | 11000111 | 1100110 | 0 | 10100 | 111011 | 11 | 101000 | 1011011 | 1000101 |
Color Harmonies of #F8C766
Complementary color
Monochromatic Colors of #F8C766
Black with #F8C766
Text Example
Text Example
White with #F8C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C766; }
p { color: rgb(248,199,102); }
H1.HeaderClassName
{
color: #F8C766;
}
.AnyTagClassName
{
color: #F8C766;
}
</style>
background-color css
<style>
a { background-color: #F8C766; }
a { background-color: rgb(248,199,102); }
div.DivClassName
{
background-color: #F8C766;
}
.BgClassName
{
background-color: #F8C766;
}
</style>
border-color css
<style>
span { border-color: #F8C766; }
span { border-color: rgb(248,199,102); }
td.TdClassName
{
border-color: #F8C766;
}
.TagClassName
{
border-color: #F8C766;
}
</style>