Shades of Grandis #F8C665
Tints of Grandis #F8C665
RGB
CMYK
RGB Variations
Color information
#F8C665 (or 0xF8C665) is known color: Grandis. HEX triplet: F8, C6 and 65. RGB value is (248,198,101). Sum of RGB (Red+Green+Blue) = 248+198+101=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C665 is #07399A. Grayscale: #CACACA. Windows color (decimal): -473499 or 6670072. OLE color: 6670072.
HSL color Cylindrical-coordinate representation of color #F8C665: hue angle of 39.59º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8C665 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 101 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.03 |
| HSL | 39.59º | 0.91% | 0.68% | - |
| HSV(B) | 39.59º | 0.59% | 0.97% | - |
| XYZ | 61.25 | 61.28 | 20.91 | - |
| YUV | 201.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 101 | 0 | 0.20 | 0.59 | 0.03 | 39.59 | 0.91 | 0.68 |
| Hex | F8 | C6 | 65 | 0 | 14 | 3B | 3 | 28 | 5B | 44 |
| Octal | 370 | 306 | 145 | 0 | 24 | 73 | 3 | 50 | 133 | 104 |
| Binary | 11111000 | 11000110 | 1100101 | 0 | 10100 | 111011 | 11 | 101000 | 1011011 | 1000100 |
Color Harmonies of #F8C665
Complementary color
Monochromatic Colors of #F8C665
Black with #F8C665
Text Example
Text Example
White with #F8C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C665; }
p { color: rgb(248,198,101); }
H1.HeaderClassName
{
color: #F8C665;
}
.AnyTagClassName
{
color: #F8C665;
}
</style>
background-color css
<style>
a { background-color: #F8C665; }
a { background-color: rgb(248,198,101); }
div.DivClassName
{
background-color: #F8C665;
}
.BgClassName
{
background-color: #F8C665;
}
</style>
border-color css
<style>
span { border-color: #F8C665; }
span { border-color: rgb(248,198,101); }
td.TdClassName
{
border-color: #F8C665;
}
.TagClassName
{
border-color: #F8C665;
}
</style>