Shades of Sandy Brown #FCA256
Tints of Sandy Brown #FCA256
RGB
CMYK
RGB Variations
Color information
#FCA256 (or 0xFCA256) is known color: Sandy Brown. HEX triplet: FC, A2 and 56. RGB value is (252,162,86). Sum of RGB (Red+Green+Blue) = 252+162+86=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA256 is #035DA9. Grayscale: #B4B4B4. Windows color (decimal): -220586 or 5677820. OLE color: 5677820.
HSL color Cylindrical-coordinate representation of color #FCA256: hue angle of 27.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCA256 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 86 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.01 |
| HSL | 27.47º | 0.97% | 0.66% | - |
| HSV(B) | 27.47º | 0.66% | 0.99% | - |
| XYZ | 54.74 | 47.21 | 15.03 | - |
| YUV | 180.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 86 | 0 | 0.36 | 0.66 | 0.01 | 27.47 | 0.97 | 0.66 |
| Hex | FC | A2 | 56 | 0 | 24 | 42 | 1 | 1B | 61 | 42 |
| Octal | 374 | 242 | 126 | 0 | 44 | 102 | 1 | 33 | 141 | 102 |
| Binary | 11111100 | 10100010 | 1010110 | 0 | 100100 | 1000010 | 1 | 11011 | 1100001 | 1000010 |
Color Harmonies of #FCA256
Complementary color
Monochromatic Colors of #FCA256
Black with #FCA256
Text Example
Text Example
White with #FCA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA256; }
p { color: rgb(252,162,86); }
H1.HeaderClassName
{
color: #FCA256;
}
.AnyTagClassName
{
color: #FCA256;
}
</style>
background-color css
<style>
a { background-color: #FCA256; }
a { background-color: rgb(252,162,86); }
div.DivClassName
{
background-color: #FCA256;
}
.BgClassName
{
background-color: #FCA256;
}
</style>
border-color css
<style>
span { border-color: #FCA256; }
span { border-color: rgb(252,162,86); }
td.TdClassName
{
border-color: #FCA256;
}
.TagClassName
{
border-color: #FCA256;
}
</style>