Shades of Grandis #F8C865
Tints of Grandis #F8C865
RGB
CMYK
RGB Variations
Color information
#F8C865 (or 0xF8C865) is known color: Grandis. HEX triplet: F8, C8 and 65. RGB value is (248,200,101). Sum of RGB (Red+Green+Blue) = 248+200+101=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C865 is #07379A. Grayscale: #CBCBCB. Windows color (decimal): -472987 or 6670584. OLE color: 6670584.
HSL color Cylindrical-coordinate representation of color #F8C865: hue angle of 40.41º 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 #F8C865 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 101 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.03 |
| HSL | 40.41º | 0.91% | 0.68% | - |
| HSV(B) | 40.41º | 0.59% | 0.97% | - |
| XYZ | 61.71 | 62.2 | 21.07 | - |
| YUV | 203.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 101 | 0 | 0.19 | 0.59 | 0.03 | 40.41 | 0.91 | 0.68 |
| Hex | F8 | C8 | 65 | 0 | 13 | 3B | 3 | 28 | 5B | 44 |
| Octal | 370 | 310 | 145 | 0 | 23 | 73 | 3 | 50 | 133 | 104 |
| Binary | 11111000 | 11001000 | 1100101 | 0 | 10011 | 111011 | 11 | 101000 | 1011011 | 1000100 |
Color Harmonies of #F8C865
Complementary color
Monochromatic Colors of #F8C865
Black with #F8C865
Text Example
Text Example
White with #F8C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C865; }
p { color: rgb(248,200,101); }
H1.HeaderClassName
{
color: #F8C865;
}
.AnyTagClassName
{
color: #F8C865;
}
</style>
background-color css
<style>
a { background-color: #F8C865; }
a { background-color: rgb(248,200,101); }
div.DivClassName
{
background-color: #F8C865;
}
.BgClassName
{
background-color: #F8C865;
}
</style>
border-color css
<style>
span { border-color: #F8C865; }
span { border-color: rgb(248,200,101); }
td.TdClassName
{
border-color: #F8C865;
}
.TagClassName
{
border-color: #F8C865;
}
</style>