Shades of Grandis #F8D370
Tints of Grandis #F8D370
RGB
CMYK
RGB Variations
Color information
#F8D370 (or 0xF8D370) is known color: Grandis. HEX triplet: F8, D3 and 70. RGB value is (248,211,112). Sum of RGB (Red+Green+Blue) = 248+211+112=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D370 is #072C8F. Grayscale: #D3D3D3. Windows color (decimal): -470160 or 7394296. OLE color: 7394296.
HSL color Cylindrical-coordinate representation of color #F8D370: hue angle of 43.68º 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 #F8D370 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 112 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.03 |
| HSL | 43.68º | 0.91% | 0.71% | - |
| HSV(B) | 43.68º | 0.55% | 0.97% | - |
| XYZ | 64.93 | 67.71 | 24.98 | - |
| YUV | 210.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 112 | 0 | 0.15 | 0.55 | 0.03 | 43.68 | 0.91 | 0.71 |
| Hex | F8 | D3 | 70 | 0 | F | 37 | 3 | 2C | 5B | 47 |
| Octal | 370 | 323 | 160 | 0 | 17 | 67 | 3 | 54 | 133 | 107 |
| Binary | 11111000 | 11010011 | 1110000 | 0 | 1111 | 110111 | 11 | 101100 | 1011011 | 1000111 |
Color Harmonies of #F8D370
Complementary color
Monochromatic Colors of #F8D370
Black with #F8D370
Text Example
Text Example
White with #F8D370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D370; }
p { color: rgb(248,211,112); }
H1.HeaderClassName
{
color: #F8D370;
}
.AnyTagClassName
{
color: #F8D370;
}
</style>
background-color css
<style>
a { background-color: #F8D370; }
a { background-color: rgb(248,211,112); }
div.DivClassName
{
background-color: #F8D370;
}
.BgClassName
{
background-color: #F8D370;
}
</style>
border-color css
<style>
span { border-color: #F8D370; }
span { border-color: rgb(248,211,112); }
td.TdClassName
{
border-color: #F8D370;
}
.TagClassName
{
border-color: #F8D370;
}
</style>