Shades of Grandis #F7D372
Tints of Grandis #F7D372
RGB
CMYK
RGB Variations
Color information
#F7D372 (or 0xF7D372) is known color: Grandis. HEX triplet: F7, D3 and 72. RGB value is (247,211,114). Sum of RGB (Red+Green+Blue) = 247+211+114=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D372 is #082C8D. Grayscale: #D3D3D3. Windows color (decimal): -535694 or 7525367. OLE color: 7525367.
HSL color Cylindrical-coordinate representation of color #F7D372: hue angle of 43.76º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7D372 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 114 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.03 |
| HSL | 43.76º | 0.89% | 0.71% | - |
| HSV(B) | 43.76º | 0.54% | 0.97% | - |
| XYZ | 64.69 | 67.58 | 25.55 | - |
| YUV | 210.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 114 | 0 | 0.15 | 0.54 | 0.03 | 43.76 | 0.89 | 0.71 |
| Hex | F7 | D3 | 72 | 0 | F | 36 | 3 | 2C | 59 | 47 |
| Octal | 367 | 323 | 162 | 0 | 17 | 66 | 3 | 54 | 131 | 107 |
| Binary | 11110111 | 11010011 | 1110010 | 0 | 1111 | 110110 | 11 | 101100 | 1011001 | 1000111 |
Color Harmonies of #F7D372
Complementary color
Monochromatic Colors of #F7D372
Black with #F7D372
Text Example
Text Example
White with #F7D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D372; }
p { color: rgb(247,211,114); }
H1.HeaderClassName
{
color: #F7D372;
}
.AnyTagClassName
{
color: #F7D372;
}
</style>
background-color css
<style>
a { background-color: #F7D372; }
a { background-color: rgb(247,211,114); }
div.DivClassName
{
background-color: #F7D372;
}
.BgClassName
{
background-color: #F7D372;
}
</style>
border-color css
<style>
span { border-color: #F7D372; }
span { border-color: rgb(247,211,114); }
td.TdClassName
{
border-color: #F7D372;
}
.TagClassName
{
border-color: #F7D372;
}
</style>