Shades of Sandy Brown #FEA059
Tints of Sandy Brown #FEA059
RGB
CMYK
RGB Variations
Color information
#FEA059 (or 0xFEA059) is known color: Sandy Brown. HEX triplet: FE, A0 and 59. RGB value is (254,160,89). Sum of RGB (Red+Green+Blue) = 254+160+89=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA059 is #015FA6. Grayscale: #B4B4B4. Windows color (decimal): -90023 or 5873918. OLE color: 5873918.
HSL color Cylindrical-coordinate representation of color #FEA059: hue angle of 25.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEA059 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 89 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.00 |
| HSL | 25.82º | 0.99% | 0.67% | - |
| HSV(B) | 25.82º | 0.65% | 1% | - |
| XYZ | 55.25 | 46.93 | 15.6 | - |
| YUV | 180.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 89 | 0 | 0.37 | 0.65 | 0.00 | 25.82 | 0.99 | 0.67 |
| Hex | FE | A0 | 59 | 0 | 25 | 41 | 0 | 1A | 63 | 43 |
| Octal | 376 | 240 | 131 | 0 | 45 | 101 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100000 | 1011001 | 0 | 100101 | 1000001 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA059
Complementary color
Monochromatic Colors of #FEA059
Black with #FEA059
Text Example
Text Example
White with #FEA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA059; }
p { color: rgb(254,160,89); }
H1.HeaderClassName
{
color: #FEA059;
}
.AnyTagClassName
{
color: #FEA059;
}
</style>
background-color css
<style>
a { background-color: #FEA059; }
a { background-color: rgb(254,160,89); }
div.DivClassName
{
background-color: #FEA059;
}
.BgClassName
{
background-color: #FEA059;
}
</style>
border-color css
<style>
span { border-color: #FEA059; }
span { border-color: rgb(254,160,89); }
td.TdClassName
{
border-color: #FEA059;
}
.TagClassName
{
border-color: #FEA059;
}
</style>