Shades of Grandis #F7D174
Tints of Grandis #F7D174
RGB
CMYK
RGB Variations
Color information
#F7D174 (or 0xF7D174) is known color: Grandis. HEX triplet: F7, D1 and 74. RGB value is (247,209,116). Sum of RGB (Red+Green+Blue) = 247+209+116=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D174 is #082E8B. Grayscale: #D2D2D2. Windows color (decimal): -536204 or 7655927. OLE color: 7655927.
HSL color Cylindrical-coordinate representation of color #F7D174: hue angle of 42.6º 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 #F7D174 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 116 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.03 |
| HSL | 42.6º | 0.89% | 0.71% | - |
| HSV(B) | 42.6º | 0.53% | 0.97% | - |
| XYZ | 64.31 | 66.64 | 26 | - |
| YUV | 209.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 116 | 0 | 0.15 | 0.53 | 0.03 | 42.6 | 0.89 | 0.71 |
| Hex | F7 | D1 | 74 | 0 | F | 35 | 3 | 2B | 59 | 47 |
| Octal | 367 | 321 | 164 | 0 | 17 | 65 | 3 | 53 | 131 | 107 |
| Binary | 11110111 | 11010001 | 1110100 | 0 | 1111 | 110101 | 11 | 101011 | 1011001 | 1000111 |
Color Harmonies of #F7D174
Complementary color
Monochromatic Colors of #F7D174
Black with #F7D174
Text Example
Text Example
White with #F7D174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D174; }
p { color: rgb(247,209,116); }
H1.HeaderClassName
{
color: #F7D174;
}
.AnyTagClassName
{
color: #F7D174;
}
</style>
background-color css
<style>
a { background-color: #F7D174; }
a { background-color: rgb(247,209,116); }
div.DivClassName
{
background-color: #F7D174;
}
.BgClassName
{
background-color: #F7D174;
}
</style>
border-color css
<style>
span { border-color: #F7D174; }
span { border-color: rgb(247,209,116); }
td.TdClassName
{
border-color: #F7D174;
}
.TagClassName
{
border-color: #F7D174;
}
</style>