Shades of Grandis #F8C56B
Tints of Grandis #F8C56B
RGB
CMYK
RGB Variations
Color information
#F8C56B (or 0xF8C56B) is known color: Grandis. HEX triplet: F8, C5 and 6B. RGB value is (248,197,107). Sum of RGB (Red+Green+Blue) = 248+197+107=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C56B is #073A94. Grayscale: #CACACA. Windows color (decimal): -473749 or 7063032. OLE color: 7063032.
HSL color Cylindrical-coordinate representation of color #F8C56B: hue angle of 38.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8C56B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 107 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.03 |
| HSL | 38.3º | 0.91% | 0.7% | - |
| HSV(B) | 38.3º | 0.57% | 0.97% | - |
| XYZ | 61.33 | 60.95 | 22.44 | - |
| YUV | 201.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 107 | 0 | 0.21 | 0.57 | 0.03 | 38.3 | 0.91 | 0.7 |
| Hex | F8 | C5 | 6B | 0 | 15 | 39 | 3 | 26 | 5B | 46 |
| Octal | 370 | 305 | 153 | 0 | 25 | 71 | 3 | 46 | 133 | 106 |
| Binary | 11111000 | 11000101 | 1101011 | 0 | 10101 | 111001 | 11 | 100110 | 1011011 | 1000110 |
Color Harmonies of #F8C56B
Complementary color
Monochromatic Colors of #F8C56B
Black with #F8C56B
Text Example
Text Example
White with #F8C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C56B; }
p { color: rgb(248,197,107); }
H1.HeaderClassName
{
color: #F8C56B;
}
.AnyTagClassName
{
color: #F8C56B;
}
</style>
background-color css
<style>
a { background-color: #F8C56B; }
a { background-color: rgb(248,197,107); }
div.DivClassName
{
background-color: #F8C56B;
}
.BgClassName
{
background-color: #F8C56B;
}
</style>
border-color css
<style>
span { border-color: #F8C56B; }
span { border-color: rgb(248,197,107); }
td.TdClassName
{
border-color: #F8C56B;
}
.TagClassName
{
border-color: #F8C56B;
}
</style>