Shades of Grandis #F8C970
Tints of Grandis #F8C970
RGB
CMYK
RGB Variations
Color information
#F8C970 (or 0xF8C970) is known color: Grandis. HEX triplet: F8, C9 and 70. RGB value is (248,201,112). Sum of RGB (Red+Green+Blue) = 248+201+112=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C970 is #07368F. Grayscale: #CDCDCD. Windows color (decimal): -472720 or 7391736. OLE color: 7391736.
HSL color Cylindrical-coordinate representation of color #F8C970: hue angle of 39.26º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8C970 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 112 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.03 |
| HSL | 39.26º | 0.91% | 0.71% | - |
| HSV(B) | 39.26º | 0.55% | 0.97% | - |
| XYZ | 62.52 | 62.9 | 24.17 | - |
| YUV | 204.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 112 | 0 | 0.19 | 0.55 | 0.03 | 39.26 | 0.91 | 0.71 |
| Hex | F8 | C9 | 70 | 0 | 13 | 37 | 3 | 27 | 5B | 47 |
| Octal | 370 | 311 | 160 | 0 | 23 | 67 | 3 | 47 | 133 | 107 |
| Binary | 11111000 | 11001001 | 1110000 | 0 | 10011 | 110111 | 11 | 100111 | 1011011 | 1000111 |
Color Harmonies of #F8C970
Complementary color
Monochromatic Colors of #F8C970
Black with #F8C970
Text Example
Text Example
White with #F8C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C970; }
p { color: rgb(248,201,112); }
H1.HeaderClassName
{
color: #F8C970;
}
.AnyTagClassName
{
color: #F8C970;
}
</style>
background-color css
<style>
a { background-color: #F8C970; }
a { background-color: rgb(248,201,112); }
div.DivClassName
{
background-color: #F8C970;
}
.BgClassName
{
background-color: #F8C970;
}
</style>
border-color css
<style>
span { border-color: #F8C970; }
span { border-color: rgb(248,201,112); }
td.TdClassName
{
border-color: #F8C970;
}
.TagClassName
{
border-color: #F8C970;
}
</style>