Shades of Grandis #FAD16C
Tints of Grandis #FAD16C
RGB
CMYK
RGB Variations
Color information
#FAD16C (or 0xFAD16C) is known color: Grandis. HEX triplet: FA, D1 and 6C. RGB value is (250,209,108). Sum of RGB (Red+Green+Blue) = 250+209+108=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD16C is #052E93. Grayscale: #D2D2D2. Windows color (decimal): -339604 or 7131642. OLE color: 7131642.
HSL color Cylindrical-coordinate representation of color #FAD16C: hue angle of 42.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAD16C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 108 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.02 |
| HSL | 42.68º | 0.93% | 0.7% | - |
| HSV(B) | 42.68º | 0.57% | 0.98% | - |
| XYZ | 64.93 | 67.01 | 23.7 | - |
| YUV | 209.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 108 | 0 | 0.16 | 0.57 | 0.02 | 42.68 | 0.93 | 0.7 |
| Hex | FA | D1 | 6C | 0 | 10 | 39 | 2 | 2B | 5D | 46 |
| Octal | 372 | 321 | 154 | 0 | 20 | 71 | 2 | 53 | 135 | 106 |
| Binary | 11111010 | 11010001 | 1101100 | 0 | 10000 | 111001 | 10 | 101011 | 1011101 | 1000110 |
Color Harmonies of #FAD16C
Complementary color
Monochromatic Colors of #FAD16C
Black with #FAD16C
Text Example
Text Example
White with #FAD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD16C; }
p { color: rgb(250,209,108); }
H1.HeaderClassName
{
color: #FAD16C;
}
.AnyTagClassName
{
color: #FAD16C;
}
</style>
background-color css
<style>
a { background-color: #FAD16C; }
a { background-color: rgb(250,209,108); }
div.DivClassName
{
background-color: #FAD16C;
}
.BgClassName
{
background-color: #FAD16C;
}
</style>
border-color css
<style>
span { border-color: #FAD16C; }
span { border-color: rgb(250,209,108); }
td.TdClassName
{
border-color: #FAD16C;
}
.TagClassName
{
border-color: #FAD16C;
}
</style>