Shades of Grandis #F8D077
Tints of Grandis #F8D077
RGB
CMYK
RGB Variations
Color information
#F8D077 (or 0xF8D077) is known color: Grandis. HEX triplet: F8, D0 and 77. RGB value is (248,208,119). Sum of RGB (Red+Green+Blue) = 248+208+119=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D077 is #072F88. Grayscale: #D2D2D2. Windows color (decimal): -470921 or 7852280. OLE color: 7852280.
HSL color Cylindrical-coordinate representation of color #F8D077: hue angle of 41.4º 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 #F8D077 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 119 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.03 |
| HSL | 41.4º | 0.9% | 0.72% | - |
| HSV(B) | 41.4º | 0.52% | 0.97% | - |
| XYZ | 64.6 | 66.4 | 26.86 | - |
| YUV | 209.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 119 | 0 | 0.16 | 0.52 | 0.03 | 41.4 | 0.9 | 0.72 |
| Hex | F8 | D0 | 77 | 0 | 10 | 34 | 3 | 29 | 5A | 48 |
| Octal | 370 | 320 | 167 | 0 | 20 | 64 | 3 | 51 | 132 | 110 |
| Binary | 11111000 | 11010000 | 1110111 | 0 | 10000 | 110100 | 11 | 101001 | 1011010 | 1001000 |
Color Harmonies of #F8D077
Complementary color
Monochromatic Colors of #F8D077
Black with #F8D077
Text Example
Text Example
White with #F8D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D077; }
p { color: rgb(248,208,119); }
H1.HeaderClassName
{
color: #F8D077;
}
.AnyTagClassName
{
color: #F8D077;
}
</style>
background-color css
<style>
a { background-color: #F8D077; }
a { background-color: rgb(248,208,119); }
div.DivClassName
{
background-color: #F8D077;
}
.BgClassName
{
background-color: #F8D077;
}
</style>
border-color css
<style>
span { border-color: #F8D077; }
span { border-color: rgb(248,208,119); }
td.TdClassName
{
border-color: #F8D077;
}
.TagClassName
{
border-color: #F8D077;
}
</style>