Shades of Sandy Brown #FEA057
Tints of Sandy Brown #FEA057
RGB
CMYK
RGB Variations
Color information
#FEA057 (or 0xFEA057) is known color: Sandy Brown. HEX triplet: FE, A0 and 57. RGB value is (254,160,87). Sum of RGB (Red+Green+Blue) = 254+160+87=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA057 is #015FA8. Grayscale: #B4B4B4. Windows color (decimal): -90025 or 5742846. OLE color: 5742846.
HSL color Cylindrical-coordinate representation of color #FEA057: hue angle of 26.23º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEA057 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 87 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.00 |
| HSL | 26.23º | 0.99% | 0.67% | - |
| HSV(B) | 26.23º | 0.66% | 1% | - |
| XYZ | 55.16 | 46.9 | 15.16 | - |
| YUV | 179.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 87 | 0 | 0.37 | 0.66 | 0.00 | 26.23 | 0.99 | 0.67 |
| Hex | FE | A0 | 57 | 0 | 25 | 42 | 0 | 1A | 63 | 43 |
| Octal | 376 | 240 | 127 | 0 | 45 | 102 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100000 | 1010111 | 0 | 100101 | 1000010 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA057
Complementary color
Monochromatic Colors of #FEA057
Black with #FEA057
Text Example
Text Example
White with #FEA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA057; }
p { color: rgb(254,160,87); }
H1.HeaderClassName
{
color: #FEA057;
}
.AnyTagClassName
{
color: #FEA057;
}
</style>
background-color css
<style>
a { background-color: #FEA057; }
a { background-color: rgb(254,160,87); }
div.DivClassName
{
background-color: #FEA057;
}
.BgClassName
{
background-color: #FEA057;
}
</style>
border-color css
<style>
span { border-color: #FEA057; }
span { border-color: rgb(254,160,87); }
td.TdClassName
{
border-color: #FEA057;
}
.TagClassName
{
border-color: #FEA057;
}
</style>