Shades of Grandis #F8C66B
Tints of Grandis #F8C66B
RGB
CMYK
RGB Variations
Color information
#F8C66B (or 0xF8C66B) is known color: Grandis. HEX triplet: F8, C6 and 6B. RGB value is (248,198,107). Sum of RGB (Red+Green+Blue) = 248+198+107=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C66B is #073994. Grayscale: #CACACA. Windows color (decimal): -473493 or 7063288. OLE color: 7063288.
HSL color Cylindrical-coordinate representation of color #F8C66B: hue angle of 38.72º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8C66B is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 107 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.03 |
| HSL | 38.72º | 0.91% | 0.7% | - |
| HSV(B) | 38.72º | 0.57% | 0.97% | - |
| XYZ | 61.56 | 61.41 | 22.52 | - |
| YUV | 202.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 107 | 0 | 0.20 | 0.57 | 0.03 | 38.72 | 0.91 | 0.7 |
| Hex | F8 | C6 | 6B | 0 | 14 | 39 | 3 | 27 | 5B | 46 |
| Octal | 370 | 306 | 153 | 0 | 24 | 71 | 3 | 47 | 133 | 106 |
| Binary | 11111000 | 11000110 | 1101011 | 0 | 10100 | 111001 | 11 | 100111 | 1011011 | 1000110 |
Color Harmonies of #F8C66B
Complementary color
Monochromatic Colors of #F8C66B
Black with #F8C66B
Text Example
Text Example
White with #F8C66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C66B; }
p { color: rgb(248,198,107); }
H1.HeaderClassName
{
color: #F8C66B;
}
.AnyTagClassName
{
color: #F8C66B;
}
</style>
background-color css
<style>
a { background-color: #F8C66B; }
a { background-color: rgb(248,198,107); }
div.DivClassName
{
background-color: #F8C66B;
}
.BgClassName
{
background-color: #F8C66B;
}
</style>
border-color css
<style>
span { border-color: #F8C66B; }
span { border-color: rgb(248,198,107); }
td.TdClassName
{
border-color: #F8C66B;
}
.TagClassName
{
border-color: #F8C66B;
}
</style>