Shades of Grandis #F8CB6C
Tints of Grandis #F8CB6C
RGB
CMYK
RGB Variations
Color information
#F8CB6C (or 0xF8CB6C) is known color: Grandis. HEX triplet: F8, CB and 6C. RGB value is (248,203,108). Sum of RGB (Red+Green+Blue) = 248+203+108=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CB6C is #073493. Grayscale: #CECECE. Windows color (decimal): -472212 or 7130104. OLE color: 7130104.
HSL color Cylindrical-coordinate representation of color #F8CB6C: hue angle of 40.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8CB6C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 108 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.03 |
| HSL | 40.71º | 0.91% | 0.7% | - |
| HSV(B) | 40.71º | 0.56% | 0.97% | - |
| XYZ | 62.77 | 63.75 | 23.18 | - |
| YUV | 205.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 108 | 0 | 0.18 | 0.56 | 0.03 | 40.71 | 0.91 | 0.7 |
| Hex | F8 | CB | 6C | 0 | 12 | 38 | 3 | 29 | 5B | 46 |
| Octal | 370 | 313 | 154 | 0 | 22 | 70 | 3 | 51 | 133 | 106 |
| Binary | 11111000 | 11001011 | 1101100 | 0 | 10010 | 111000 | 11 | 101001 | 1011011 | 1000110 |
Color Harmonies of #F8CB6C
Complementary color
Monochromatic Colors of #F8CB6C
Black with #F8CB6C
Text Example
Text Example
White with #F8CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB6C; }
p { color: rgb(248,203,108); }
H1.HeaderClassName
{
color: #F8CB6C;
}
.AnyTagClassName
{
color: #F8CB6C;
}
</style>
background-color css
<style>
a { background-color: #F8CB6C; }
a { background-color: rgb(248,203,108); }
div.DivClassName
{
background-color: #F8CB6C;
}
.BgClassName
{
background-color: #F8CB6C;
}
</style>
border-color css
<style>
span { border-color: #F8CB6C; }
span { border-color: rgb(248,203,108); }
td.TdClassName
{
border-color: #F8CB6C;
}
.TagClassName
{
border-color: #F8CB6C;
}
</style>