Shades of Grandis #F8D070
Tints of Grandis #F8D070
RGB
CMYK
RGB Variations
Color information
#F8D070 (or 0xF8D070) is known color: Grandis. HEX triplet: F8, D0 and 70. RGB value is (248,208,112). Sum of RGB (Red+Green+Blue) = 248+208+112=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D070 is #072F8F. Grayscale: #D1D1D1. Windows color (decimal): -470928 or 7393528. OLE color: 7393528.
HSL color Cylindrical-coordinate representation of color #F8D070: hue angle of 42.35º 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 #F8D070 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 112 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.03 |
| HSL | 42.35º | 0.91% | 0.71% | - |
| HSV(B) | 42.35º | 0.55% | 0.97% | - |
| XYZ | 64.19 | 66.24 | 24.73 | - |
| YUV | 209.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 112 | 0 | 0.16 | 0.55 | 0.03 | 42.35 | 0.91 | 0.71 |
| Hex | F8 | D0 | 70 | 0 | 10 | 37 | 3 | 2A | 5B | 47 |
| Octal | 370 | 320 | 160 | 0 | 20 | 67 | 3 | 52 | 133 | 107 |
| Binary | 11111000 | 11010000 | 1110000 | 0 | 10000 | 110111 | 11 | 101010 | 1011011 | 1000111 |
Color Harmonies of #F8D070
Complementary color
Monochromatic Colors of #F8D070
Black with #F8D070
Text Example
Text Example
White with #F8D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D070; }
p { color: rgb(248,208,112); }
H1.HeaderClassName
{
color: #F8D070;
}
.AnyTagClassName
{
color: #F8D070;
}
</style>
background-color css
<style>
a { background-color: #F8D070; }
a { background-color: rgb(248,208,112); }
div.DivClassName
{
background-color: #F8D070;
}
.BgClassName
{
background-color: #F8D070;
}
</style>
border-color css
<style>
span { border-color: #F8D070; }
span { border-color: rgb(248,208,112); }
td.TdClassName
{
border-color: #F8D070;
}
.TagClassName
{
border-color: #F8D070;
}
</style>