Shades of Grandis #F8CB65
Tints of Grandis #F8CB65
RGB
CMYK
RGB Variations
Color information
#F8CB65 (or 0xF8CB65) is known color: Grandis. HEX triplet: F8, CB and 65. RGB value is (248,203,101). Sum of RGB (Red+Green+Blue) = 248+203+101=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB65 is #07349A. Grayscale: #CDCDCD. Windows color (decimal): -472219 or 6671352. OLE color: 6671352.
HSL color Cylindrical-coordinate representation of color #F8CB65: hue angle of 41.63º 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 #F8CB65 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 101 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.03 |
| HSL | 41.63º | 0.91% | 0.68% | - |
| HSV(B) | 41.63º | 0.59% | 0.97% | - |
| XYZ | 62.42 | 63.61 | 21.3 | - |
| YUV | 204.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 101 | 0 | 0.18 | 0.59 | 0.03 | 41.63 | 0.91 | 0.68 |
| Hex | F8 | CB | 65 | 0 | 12 | 3B | 3 | 2A | 5B | 44 |
| Octal | 370 | 313 | 145 | 0 | 22 | 73 | 3 | 52 | 133 | 104 |
| Binary | 11111000 | 11001011 | 1100101 | 0 | 10010 | 111011 | 11 | 101010 | 1011011 | 1000100 |
Color Harmonies of #F8CB65
Complementary color
Monochromatic Colors of #F8CB65
Black with #F8CB65
Text Example
Text Example
White with #F8CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB65; }
p { color: rgb(248,203,101); }
H1.HeaderClassName
{
color: #F8CB65;
}
.AnyTagClassName
{
color: #F8CB65;
}
</style>
background-color css
<style>
a { background-color: #F8CB65; }
a { background-color: rgb(248,203,101); }
div.DivClassName
{
background-color: #F8CB65;
}
.BgClassName
{
background-color: #F8CB65;
}
</style>
border-color css
<style>
span { border-color: #F8CB65; }
span { border-color: rgb(248,203,101); }
td.TdClassName
{
border-color: #F8CB65;
}
.TagClassName
{
border-color: #F8CB65;
}
</style>