Shades of Grandis #F6D371
Tints of Grandis #F6D371
RGB
CMYK
RGB Variations
Color information
#F6D371 (or 0xF6D371) is known color: Grandis. HEX triplet: F6, D3 and 71. RGB value is (246,211,113). Sum of RGB (Red+Green+Blue) = 246+211+113=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D371 is #092C8E. Grayscale: #D2D2D2. Windows color (decimal): -601231 or 7459830. OLE color: 7459830.
HSL color Cylindrical-coordinate representation of color #F6D371: hue angle of 44.21º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6D371 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 113 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.04 |
| HSL | 44.21º | 0.88% | 0.7% | - |
| HSV(B) | 44.21º | 0.54% | 0.96% | - |
| XYZ | 64.28 | 67.37 | 25.24 | - |
| YUV | 210.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 113 | 0 | 0.14 | 0.54 | 0.04 | 44.21 | 0.88 | 0.7 |
| Hex | F6 | D3 | 71 | 0 | E | 36 | 4 | 2C | 58 | 46 |
| Octal | 366 | 323 | 161 | 0 | 16 | 66 | 4 | 54 | 130 | 106 |
| Binary | 11110110 | 11010011 | 1110001 | 0 | 1110 | 110110 | 100 | 101100 | 1011000 | 1000110 |
Color Harmonies of #F6D371
Complementary color
Monochromatic Colors of #F6D371
Black with #F6D371
Text Example
Text Example
White with #F6D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D371; }
p { color: rgb(246,211,113); }
H1.HeaderClassName
{
color: #F6D371;
}
.AnyTagClassName
{
color: #F6D371;
}
</style>
background-color css
<style>
a { background-color: #F6D371; }
a { background-color: rgb(246,211,113); }
div.DivClassName
{
background-color: #F6D371;
}
.BgClassName
{
background-color: #F6D371;
}
</style>
border-color css
<style>
span { border-color: #F6D371; }
span { border-color: rgb(246,211,113); }
td.TdClassName
{
border-color: #F6D371;
}
.TagClassName
{
border-color: #F6D371;
}
</style>