Shades of Grandis #F8D076
Tints of Grandis #F8D076
RGB
CMYK
RGB Variations
Color information
#F8D076 (or 0xF8D076) is known color: Grandis. HEX triplet: F8, D0 and 76. RGB value is (248,208,118). Sum of RGB (Red+Green+Blue) = 248+208+118=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D076 is #072F89. Grayscale: #D2D2D2. Windows color (decimal): -470922 or 7786744. OLE color: 7786744.
HSL color Cylindrical-coordinate representation of color #F8D076: hue angle of 41.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8D076 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 118 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.03 |
| HSL | 41.54º | 0.9% | 0.72% | - |
| HSV(B) | 41.54º | 0.52% | 0.97% | - |
| XYZ | 64.54 | 66.38 | 26.55 | - |
| YUV | 209.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 118 | 0 | 0.16 | 0.52 | 0.03 | 41.54 | 0.9 | 0.72 |
| Hex | F8 | D0 | 76 | 0 | 10 | 34 | 3 | 2A | 5A | 48 |
| Octal | 370 | 320 | 166 | 0 | 20 | 64 | 3 | 52 | 132 | 110 |
| Binary | 11111000 | 11010000 | 1110110 | 0 | 10000 | 110100 | 11 | 101010 | 1011010 | 1001000 |
Color Harmonies of #F8D076
Complementary color
Monochromatic Colors of #F8D076
Black with #F8D076
Text Example
Text Example
White with #F8D076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D076; }
p { color: rgb(248,208,118); }
H1.HeaderClassName
{
color: #F8D076;
}
.AnyTagClassName
{
color: #F8D076;
}
</style>
background-color css
<style>
a { background-color: #F8D076; }
a { background-color: rgb(248,208,118); }
div.DivClassName
{
background-color: #F8D076;
}
.BgClassName
{
background-color: #F8D076;
}
</style>
border-color css
<style>
span { border-color: #F8D076; }
span { border-color: rgb(248,208,118); }
td.TdClassName
{
border-color: #F8D076;
}
.TagClassName
{
border-color: #F8D076;
}
</style>