Shades of Grandis #F8C773
Tints of Grandis #F8C773
RGB
CMYK
RGB Variations
Color information
#F8C773 (or 0xF8C773) is known color: Grandis. HEX triplet: F8, C7 and 73. RGB value is (248,199,115). Sum of RGB (Red+Green+Blue) = 248+199+115=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C773 is #07388C. Grayscale: #CCCCCC. Windows color (decimal): -473229 or 7587832. OLE color: 7587832.
HSL color Cylindrical-coordinate representation of color #F8C773: hue angle of 37.89º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8C773 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 115 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.03 |
| HSL | 37.89º | 0.9% | 0.71% | - |
| HSV(B) | 37.89º | 0.54% | 0.97% | - |
| XYZ | 62.23 | 62.04 | 24.91 | - |
| YUV | 204.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 115 | 0 | 0.20 | 0.54 | 0.03 | 37.89 | 0.9 | 0.71 |
| Hex | F8 | C7 | 73 | 0 | 14 | 36 | 3 | 26 | 5A | 47 |
| Octal | 370 | 307 | 163 | 0 | 24 | 66 | 3 | 46 | 132 | 107 |
| Binary | 11111000 | 11000111 | 1110011 | 0 | 10100 | 110110 | 11 | 100110 | 1011010 | 1000111 |
Color Harmonies of #F8C773
Complementary color
Monochromatic Colors of #F8C773
Black with #F8C773
Text Example
Text Example
White with #F8C773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C773; }
p { color: rgb(248,199,115); }
H1.HeaderClassName
{
color: #F8C773;
}
.AnyTagClassName
{
color: #F8C773;
}
</style>
background-color css
<style>
a { background-color: #F8C773; }
a { background-color: rgb(248,199,115); }
div.DivClassName
{
background-color: #F8C773;
}
.BgClassName
{
background-color: #F8C773;
}
</style>
border-color css
<style>
span { border-color: #F8C773; }
span { border-color: rgb(248,199,115); }
td.TdClassName
{
border-color: #F8C773;
}
.TagClassName
{
border-color: #F8C773;
}
</style>