Shades of Grandis #FAC971
Tints of Grandis #FAC971
RGB
CMYK
RGB Variations
Color information
#FAC971 (or 0xFAC971) is known color: Grandis. HEX triplet: FA, C9 and 71. RGB value is (250,201,113). Sum of RGB (Red+Green+Blue) = 250+201+113=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC971 is #05368E. Grayscale: #CECECE. Windows color (decimal): -341647 or 7457274. OLE color: 7457274.
HSL color Cylindrical-coordinate representation of color #FAC971: hue angle of 38.54º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAC971 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 113 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.02 |
| HSL | 38.54º | 0.93% | 0.71% | - |
| HSV(B) | 38.54º | 0.55% | 0.98% | - |
| XYZ | 63.29 | 63.29 | 24.5 | - |
| YUV | 205.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 113 | 0 | 0.20 | 0.55 | 0.02 | 38.54 | 0.93 | 0.71 |
| Hex | FA | C9 | 71 | 0 | 14 | 37 | 2 | 27 | 5D | 47 |
| Octal | 372 | 311 | 161 | 0 | 24 | 67 | 2 | 47 | 135 | 107 |
| Binary | 11111010 | 11001001 | 1110001 | 0 | 10100 | 110111 | 10 | 100111 | 1011101 | 1000111 |
Color Harmonies of #FAC971
Complementary color
Monochromatic Colors of #FAC971
Black with #FAC971
Text Example
Text Example
White with #FAC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC971; }
p { color: rgb(250,201,113); }
H1.HeaderClassName
{
color: #FAC971;
}
.AnyTagClassName
{
color: #FAC971;
}
</style>
background-color css
<style>
a { background-color: #FAC971; }
a { background-color: rgb(250,201,113); }
div.DivClassName
{
background-color: #FAC971;
}
.BgClassName
{
background-color: #FAC971;
}
</style>
border-color css
<style>
span { border-color: #FAC971; }
span { border-color: rgb(250,201,113); }
td.TdClassName
{
border-color: #FAC971;
}
.TagClassName
{
border-color: #FAC971;
}
</style>