Shades of Grandis #FAC56B
Tints of Grandis #FAC56B
RGB
CMYK
RGB Variations
Color information
#FAC56B (or 0xFAC56B) is known color: Grandis. HEX triplet: FA, C5 and 6B. RGB value is (250,197,107). Sum of RGB (Red+Green+Blue) = 250+197+107=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC56B is #053A94. Grayscale: #CBCBCB. Windows color (decimal): -342677 or 7063034. OLE color: 7063034.
HSL color Cylindrical-coordinate representation of color #FAC56B: hue angle of 37.76º 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 #FAC56B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 107 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.02 |
| HSL | 37.76º | 0.93% | 0.7% | - |
| HSV(B) | 37.76º | 0.57% | 0.98% | - |
| XYZ | 62.04 | 61.32 | 22.48 | - |
| YUV | 202.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 107 | 0 | 0.21 | 0.57 | 0.02 | 37.76 | 0.93 | 0.7 |
| Hex | FA | C5 | 6B | 0 | 15 | 39 | 2 | 26 | 5D | 46 |
| Octal | 372 | 305 | 153 | 0 | 25 | 71 | 2 | 46 | 135 | 106 |
| Binary | 11111010 | 11000101 | 1101011 | 0 | 10101 | 111001 | 10 | 100110 | 1011101 | 1000110 |
Color Harmonies of #FAC56B
Complementary color
Monochromatic Colors of #FAC56B
Black with #FAC56B
Text Example
Text Example
White with #FAC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC56B; }
p { color: rgb(250,197,107); }
H1.HeaderClassName
{
color: #FAC56B;
}
.AnyTagClassName
{
color: #FAC56B;
}
</style>
background-color css
<style>
a { background-color: #FAC56B; }
a { background-color: rgb(250,197,107); }
div.DivClassName
{
background-color: #FAC56B;
}
.BgClassName
{
background-color: #FAC56B;
}
</style>
border-color css
<style>
span { border-color: #FAC56B; }
span { border-color: rgb(250,197,107); }
td.TdClassName
{
border-color: #FAC56B;
}
.TagClassName
{
border-color: #FAC56B;
}
</style>