Shades of Grandis #FAD36D
Tints of Grandis #FAD36D
RGB
CMYK
RGB Variations
Color information
#FAD36D (or 0xFAD36D) is known color: Grandis. HEX triplet: FA, D3 and 6D. RGB value is (250,211,109). Sum of RGB (Red+Green+Blue) = 250+211+109=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD36D is #052C92. Grayscale: #D3D3D3. Windows color (decimal): -339091 or 7197690. OLE color: 7197690.
HSL color Cylindrical-coordinate representation of color #FAD36D: hue angle of 43.4º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAD36D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 109 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.02 |
| HSL | 43.4º | 0.93% | 0.7% | - |
| HSV(B) | 43.4º | 0.56% | 0.98% | - |
| XYZ | 65.48 | 68.02 | 24.15 | - |
| YUV | 211.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 109 | 0 | 0.16 | 0.56 | 0.02 | 43.4 | 0.93 | 0.7 |
| Hex | FA | D3 | 6D | 0 | 10 | 38 | 2 | 2B | 5D | 46 |
| Octal | 372 | 323 | 155 | 0 | 20 | 70 | 2 | 53 | 135 | 106 |
| Binary | 11111010 | 11010011 | 1101101 | 0 | 10000 | 111000 | 10 | 101011 | 1011101 | 1000110 |
Color Harmonies of #FAD36D
Complementary color
Monochromatic Colors of #FAD36D
Black with #FAD36D
Text Example
Text Example
White with #FAD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD36D; }
p { color: rgb(250,211,109); }
H1.HeaderClassName
{
color: #FAD36D;
}
.AnyTagClassName
{
color: #FAD36D;
}
</style>
background-color css
<style>
a { background-color: #FAD36D; }
a { background-color: rgb(250,211,109); }
div.DivClassName
{
background-color: #FAD36D;
}
.BgClassName
{
background-color: #FAD36D;
}
</style>
border-color css
<style>
span { border-color: #FAD36D; }
span { border-color: rgb(250,211,109); }
td.TdClassName
{
border-color: #FAD36D;
}
.TagClassName
{
border-color: #FAD36D;
}
</style>