Shades of Grandis #F7D075
Tints of Grandis #F7D075
RGB
CMYK
RGB Variations
Color information
#F7D075 (or 0xF7D075) is known color: Grandis. HEX triplet: F7, D0 and 75. RGB value is (247,208,117). Sum of RGB (Red+Green+Blue) = 247+208+117=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D075 is #082F8A. Grayscale: #D1D1D1. Windows color (decimal): -536459 or 7721207. OLE color: 7721207.
HSL color Cylindrical-coordinate representation of color #F7D075: hue angle of 42º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7D075 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 117 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.03 |
| HSL | 42º | 0.89% | 0.71% | - |
| HSV(B) | 42º | 0.53% | 0.97% | - |
| XYZ | 64.12 | 66.17 | 26.22 | - |
| YUV | 209.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 117 | 0 | 0.16 | 0.53 | 0.03 | 42 | 0.89 | 0.71 |
| Hex | F7 | D0 | 75 | 0 | 10 | 35 | 3 | 2A | 59 | 47 |
| Octal | 367 | 320 | 165 | 0 | 20 | 65 | 3 | 52 | 131 | 107 |
| Binary | 11110111 | 11010000 | 1110101 | 0 | 10000 | 110101 | 11 | 101010 | 1011001 | 1000111 |
Color Harmonies of #F7D075
Complementary color
Monochromatic Colors of #F7D075
Black with #F7D075
Text Example
Text Example
White with #F7D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D075; }
p { color: rgb(247,208,117); }
H1.HeaderClassName
{
color: #F7D075;
}
.AnyTagClassName
{
color: #F7D075;
}
</style>
background-color css
<style>
a { background-color: #F7D075; }
a { background-color: rgb(247,208,117); }
div.DivClassName
{
background-color: #F7D075;
}
.BgClassName
{
background-color: #F7D075;
}
</style>
border-color css
<style>
span { border-color: #F7D075; }
span { border-color: rgb(247,208,117); }
td.TdClassName
{
border-color: #F7D075;
}
.TagClassName
{
border-color: #F7D075;
}
</style>