Shades of Grandis #FAC975
Tints of Grandis #FAC975
RGB
CMYK
RGB Variations
Color information
#FAC975 (or 0xFAC975) is known color: Grandis. HEX triplet: FA, C9 and 75. RGB value is (250,201,117). Sum of RGB (Red+Green+Blue) = 250+201+117=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC975 is #05368A. Grayscale: #CECECE. Windows color (decimal): -341643 or 7719418. OLE color: 7719418.
HSL color Cylindrical-coordinate representation of color #FAC975: hue angle of 37.89º 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 #FAC975 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 117 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.02 |
| HSL | 37.89º | 0.93% | 0.72% | - |
| HSV(B) | 37.89º | 0.53% | 0.98% | - |
| XYZ | 63.52 | 63.38 | 25.72 | - |
| YUV | 206.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 117 | 0 | 0.20 | 0.53 | 0.02 | 37.89 | 0.93 | 0.72 |
| Hex | FA | C9 | 75 | 0 | 14 | 35 | 2 | 26 | 5D | 48 |
| Octal | 372 | 311 | 165 | 0 | 24 | 65 | 2 | 46 | 135 | 110 |
| Binary | 11111010 | 11001001 | 1110101 | 0 | 10100 | 110101 | 10 | 100110 | 1011101 | 1001000 |
Color Harmonies of #FAC975
Complementary color
Monochromatic Colors of #FAC975
Black with #FAC975
Text Example
Text Example
White with #FAC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC975; }
p { color: rgb(250,201,117); }
H1.HeaderClassName
{
color: #FAC975;
}
.AnyTagClassName
{
color: #FAC975;
}
</style>
background-color css
<style>
a { background-color: #FAC975; }
a { background-color: rgb(250,201,117); }
div.DivClassName
{
background-color: #FAC975;
}
.BgClassName
{
background-color: #FAC975;
}
</style>
border-color css
<style>
span { border-color: #FAC975; }
span { border-color: rgb(250,201,117); }
td.TdClassName
{
border-color: #FAC975;
}
.TagClassName
{
border-color: #FAC975;
}
</style>