Shades of Grandis #FAD26E
Tints of Grandis #FAD26E
RGB
CMYK
RGB Variations
Color information
#FAD26E (or 0xFAD26E) is known color: Grandis. HEX triplet: FA, D2 and 6E. RGB value is (250,210,110). Sum of RGB (Red+Green+Blue) = 250+210+110=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD26E is #052D91. Grayscale: #D2D2D2. Windows color (decimal): -339346 or 7262970. OLE color: 7262970.
HSL color Cylindrical-coordinate representation of color #FAD26E: hue angle of 42.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAD26E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 110 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.02 |
| HSL | 42.86º | 0.93% | 0.71% | - |
| HSV(B) | 42.86º | 0.56% | 0.98% | - |
| XYZ | 65.29 | 67.54 | 24.35 | - |
| YUV | 210.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 110 | 0 | 0.16 | 0.56 | 0.02 | 42.86 | 0.93 | 0.71 |
| Hex | FA | D2 | 6E | 0 | 10 | 38 | 2 | 2B | 5D | 47 |
| Octal | 372 | 322 | 156 | 0 | 20 | 70 | 2 | 53 | 135 | 107 |
| Binary | 11111010 | 11010010 | 1101110 | 0 | 10000 | 111000 | 10 | 101011 | 1011101 | 1000111 |
Color Harmonies of #FAD26E
Complementary color
Monochromatic Colors of #FAD26E
Black with #FAD26E
Text Example
Text Example
White with #FAD26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD26E; }
p { color: rgb(250,210,110); }
H1.HeaderClassName
{
color: #FAD26E;
}
.AnyTagClassName
{
color: #FAD26E;
}
</style>
background-color css
<style>
a { background-color: #FAD26E; }
a { background-color: rgb(250,210,110); }
div.DivClassName
{
background-color: #FAD26E;
}
.BgClassName
{
background-color: #FAD26E;
}
</style>
border-color css
<style>
span { border-color: #FAD26E; }
span { border-color: rgb(250,210,110); }
td.TdClassName
{
border-color: #FAD26E;
}
.TagClassName
{
border-color: #FAD26E;
}
</style>