Shades of Grandis #FAD16A
Tints of Grandis #FAD16A
RGB
CMYK
RGB Variations
Color information
#FAD16A (or 0xFAD16A) is known color: Grandis. HEX triplet: FA, D1 and 6A. RGB value is (250,209,106). Sum of RGB (Red+Green+Blue) = 250+209+106=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD16A is #052E95. Grayscale: #D1D1D1. Windows color (decimal): -339606 or 7000570. OLE color: 7000570.
HSL color Cylindrical-coordinate representation of color #FAD16A: hue angle of 42.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAD16A is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 106 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.02 |
| HSL | 42.92º | 0.94% | 0.7% | - |
| HSV(B) | 42.92º | 0.58% | 0.98% | - |
| XYZ | 64.83 | 66.97 | 23.14 | - |
| YUV | 209.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 106 | 0 | 0.16 | 0.58 | 0.02 | 42.92 | 0.94 | 0.7 |
| Hex | FA | D1 | 6A | 0 | 10 | 3A | 2 | 2B | 5E | 46 |
| Octal | 372 | 321 | 152 | 0 | 20 | 72 | 2 | 53 | 136 | 106 |
| Binary | 11111010 | 11010001 | 1101010 | 0 | 10000 | 111010 | 10 | 101011 | 1011110 | 1000110 |
Color Harmonies of #FAD16A
Complementary color
Monochromatic Colors of #FAD16A
Black with #FAD16A
Text Example
Text Example
White with #FAD16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD16A; }
p { color: rgb(250,209,106); }
H1.HeaderClassName
{
color: #FAD16A;
}
.AnyTagClassName
{
color: #FAD16A;
}
</style>
background-color css
<style>
a { background-color: #FAD16A; }
a { background-color: rgb(250,209,106); }
div.DivClassName
{
background-color: #FAD16A;
}
.BgClassName
{
background-color: #FAD16A;
}
</style>
border-color css
<style>
span { border-color: #FAD16A; }
span { border-color: rgb(250,209,106); }
td.TdClassName
{
border-color: #FAD16A;
}
.TagClassName
{
border-color: #FAD16A;
}
</style>