Shades of Grandis #F6D36F
Tints of Grandis #F6D36F
RGB
CMYK
RGB Variations
Color information
#F6D36F (or 0xF6D36F) is known color: Grandis. HEX triplet: F6, D3 and 6F. RGB value is (246,211,111). Sum of RGB (Red+Green+Blue) = 246+211+111=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D36F is #092C90. Grayscale: #D2D2D2. Windows color (decimal): -601233 or 7328758. OLE color: 7328758.
HSL color Cylindrical-coordinate representation of color #F6D36F: hue angle of 44.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6D36F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 111 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.04 |
| HSL | 44.44º | 0.88% | 0.7% | - |
| HSV(B) | 44.44º | 0.55% | 0.96% | - |
| XYZ | 64.17 | 67.33 | 24.65 | - |
| YUV | 210.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 111 | 0 | 0.14 | 0.55 | 0.04 | 44.44 | 0.88 | 0.7 |
| Hex | F6 | D3 | 6F | 0 | E | 37 | 4 | 2C | 58 | 46 |
| Octal | 366 | 323 | 157 | 0 | 16 | 67 | 4 | 54 | 130 | 106 |
| Binary | 11110110 | 11010011 | 1101111 | 0 | 1110 | 110111 | 100 | 101100 | 1011000 | 1000110 |
Color Harmonies of #F6D36F
Complementary color
Monochromatic Colors of #F6D36F
Black with #F6D36F
Text Example
Text Example
White with #F6D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D36F; }
p { color: rgb(246,211,111); }
H1.HeaderClassName
{
color: #F6D36F;
}
.AnyTagClassName
{
color: #F6D36F;
}
</style>
background-color css
<style>
a { background-color: #F6D36F; }
a { background-color: rgb(246,211,111); }
div.DivClassName
{
background-color: #F6D36F;
}
.BgClassName
{
background-color: #F6D36F;
}
</style>
border-color css
<style>
span { border-color: #F6D36F; }
span { border-color: rgb(246,211,111); }
td.TdClassName
{
border-color: #F6D36F;
}
.TagClassName
{
border-color: #F6D36F;
}
</style>