Shades of Grandis #F8CA68
Tints of Grandis #F8CA68
RGB
CMYK
RGB Variations
Color information
#F8CA68 (or 0xF8CA68) is known color: Grandis. HEX triplet: F8, CA and 68. RGB value is (248,202,104). Sum of RGB (Red+Green+Blue) = 248+202+104=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA68 is #073597. Grayscale: #CDCDCD. Windows color (decimal): -472472 or 6867704. OLE color: 6867704.
HSL color Cylindrical-coordinate representation of color #F8CA68: hue angle of 40.83º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8CA68 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 104 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.03 |
| HSL | 40.83º | 0.91% | 0.69% | - |
| HSV(B) | 40.83º | 0.58% | 0.97% | - |
| XYZ | 62.33 | 63.2 | 22.01 | - |
| YUV | 204.58 | 71.24 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 104 | 0 | 0.19 | 0.58 | 0.03 | 40.83 | 0.91 | 0.69 |
| Hex | F8 | CA | 68 | 0 | 13 | 3A | 3 | 29 | 5B | 45 |
| Octal | 370 | 312 | 150 | 0 | 23 | 72 | 3 | 51 | 133 | 105 |
| Binary | 11111000 | 11001010 | 1101000 | 0 | 10011 | 111010 | 11 | 101001 | 1011011 | 1000101 |
Color Harmonies of #F8CA68
Complementary color
Monochromatic Colors of #F8CA68
Black with #F8CA68
Text Example
Text Example
White with #F8CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CA68; }
p { color: rgb(248,202,104); }
H1.HeaderClassName
{
color: #F8CA68;
}
.AnyTagClassName
{
color: #F8CA68;
}
</style>
background-color css
<style>
a { background-color: #F8CA68; }
a { background-color: rgb(248,202,104); }
div.DivClassName
{
background-color: #F8CA68;
}
.BgClassName
{
background-color: #F8CA68;
}
</style>
border-color css
<style>
span { border-color: #F8CA68; }
span { border-color: rgb(248,202,104); }
td.TdClassName
{
border-color: #F8CA68;
}
.TagClassName
{
border-color: #F8CA68;
}
</style>