Shades of Grandis #F8C56D
Tints of Grandis #F8C56D
RGB
CMYK
RGB Variations
Color information
#F8C56D (or 0xF8C56D) is known color: Grandis. HEX triplet: F8, C5 and 6D. RGB value is (248,197,109). Sum of RGB (Red+Green+Blue) = 248+197+109=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C56D is #073A92. Grayscale: #CACACA. Windows color (decimal): -473747 or 7194104. OLE color: 7194104.
HSL color Cylindrical-coordinate representation of color #F8C56D: hue angle of 37.99º 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 #F8C56D is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 109 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.03 |
| HSL | 37.99º | 0.91% | 0.7% | - |
| HSV(B) | 37.99º | 0.56% | 0.97% | - |
| XYZ | 61.44 | 60.99 | 23 | - |
| YUV | 202.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 109 | 0 | 0.21 | 0.56 | 0.03 | 37.99 | 0.91 | 0.7 |
| Hex | F8 | C5 | 6D | 0 | 15 | 38 | 3 | 26 | 5B | 46 |
| Octal | 370 | 305 | 155 | 0 | 25 | 70 | 3 | 46 | 133 | 106 |
| Binary | 11111000 | 11000101 | 1101101 | 0 | 10101 | 111000 | 11 | 100110 | 1011011 | 1000110 |
Color Harmonies of #F8C56D
Complementary color
Monochromatic Colors of #F8C56D
Black with #F8C56D
Text Example
Text Example
White with #F8C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C56D; }
p { color: rgb(248,197,109); }
H1.HeaderClassName
{
color: #F8C56D;
}
.AnyTagClassName
{
color: #F8C56D;
}
</style>
background-color css
<style>
a { background-color: #F8C56D; }
a { background-color: rgb(248,197,109); }
div.DivClassName
{
background-color: #F8C56D;
}
.BgClassName
{
background-color: #F8C56D;
}
</style>
border-color css
<style>
span { border-color: #F8C56D; }
span { border-color: rgb(248,197,109); }
td.TdClassName
{
border-color: #F8C56D;
}
.TagClassName
{
border-color: #F8C56D;
}
</style>