Shades of Grandis #FAD275
Tints of Grandis #FAD275
RGB
CMYK
RGB Variations
Color information
#FAD275 (or 0xFAD275) is known color: Grandis. HEX triplet: FA, D2 and 75. RGB value is (250,210,117). Sum of RGB (Red+Green+Blue) = 250+210+117=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD275 is #052D8A. Grayscale: #D3D3D3. Windows color (decimal): -339339 or 7721722. OLE color: 7721722.
HSL color Cylindrical-coordinate representation of color #FAD275: hue angle of 41.95º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAD275 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 117 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.02 |
| HSL | 41.95º | 0.93% | 0.72% | - |
| HSV(B) | 41.95º | 0.53% | 0.98% | - |
| XYZ | 65.68 | 67.7 | 26.44 | - |
| YUV | 211.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 117 | 0 | 0.16 | 0.53 | 0.02 | 41.95 | 0.93 | 0.72 |
| Hex | FA | D2 | 75 | 0 | 10 | 35 | 2 | 2A | 5D | 48 |
| Octal | 372 | 322 | 165 | 0 | 20 | 65 | 2 | 52 | 135 | 110 |
| Binary | 11111010 | 11010010 | 1110101 | 0 | 10000 | 110101 | 10 | 101010 | 1011101 | 1001000 |
Color Harmonies of #FAD275
Complementary color
Monochromatic Colors of #FAD275
Black with #FAD275
Text Example
Text Example
White with #FAD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD275; }
p { color: rgb(250,210,117); }
H1.HeaderClassName
{
color: #FAD275;
}
.AnyTagClassName
{
color: #FAD275;
}
</style>
background-color css
<style>
a { background-color: #FAD275; }
a { background-color: rgb(250,210,117); }
div.DivClassName
{
background-color: #FAD275;
}
.BgClassName
{
background-color: #FAD275;
}
</style>
border-color css
<style>
span { border-color: #FAD275; }
span { border-color: rgb(250,210,117); }
td.TdClassName
{
border-color: #FAD275;
}
.TagClassName
{
border-color: #FAD275;
}
</style>