Shades of Grandis #FAC56F
Tints of Grandis #FAC56F
RGB
CMYK
RGB Variations
Color information
#FAC56F (or 0xFAC56F) is known color: Grandis. HEX triplet: FA, C5 and 6F. RGB value is (250,197,111). Sum of RGB (Red+Green+Blue) = 250+197+111=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC56F is #053A90. Grayscale: #CBCBCB. Windows color (decimal): -342673 or 7325178. OLE color: 7325178.
HSL color Cylindrical-coordinate representation of color #FAC56F: hue angle of 37.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC56F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 111 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.02 |
| HSL | 37.12º | 0.93% | 0.71% | - |
| HSV(B) | 37.12º | 0.56% | 0.98% | - |
| XYZ | 62.26 | 61.4 | 23.61 | - |
| YUV | 203.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 111 | 0 | 0.21 | 0.56 | 0.02 | 37.12 | 0.93 | 0.71 |
| Hex | FA | C5 | 6F | 0 | 15 | 38 | 2 | 25 | 5D | 47 |
| Octal | 372 | 305 | 157 | 0 | 25 | 70 | 2 | 45 | 135 | 107 |
| Binary | 11111010 | 11000101 | 1101111 | 0 | 10101 | 111000 | 10 | 100101 | 1011101 | 1000111 |
Color Harmonies of #FAC56F
Complementary color
Monochromatic Colors of #FAC56F
Black with #FAC56F
Text Example
Text Example
White with #FAC56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC56F; }
p { color: rgb(250,197,111); }
H1.HeaderClassName
{
color: #FAC56F;
}
.AnyTagClassName
{
color: #FAC56F;
}
</style>
background-color css
<style>
a { background-color: #FAC56F; }
a { background-color: rgb(250,197,111); }
div.DivClassName
{
background-color: #FAC56F;
}
.BgClassName
{
background-color: #FAC56F;
}
</style>
border-color css
<style>
span { border-color: #FAC56F; }
span { border-color: rgb(250,197,111); }
td.TdClassName
{
border-color: #FAC56F;
}
.TagClassName
{
border-color: #FAC56F;
}
</style>