Shades of Sandy Brown #FEA159
Tints of Sandy Brown #FEA159
RGB
CMYK
RGB Variations
Color information
#FEA159 (or 0xFEA159) is known color: Sandy Brown. HEX triplet: FE, A1 and 59. RGB value is (254,161,89). Sum of RGB (Red+Green+Blue) = 254+161+89=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA159 is #015EA6. Grayscale: #B4B4B4. Windows color (decimal): -89767 or 5874174. OLE color: 5874174.
HSL color Cylindrical-coordinate representation of color #FEA159: hue angle of 26.18º 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 #FEA159 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 89 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.00 |
| HSL | 26.18º | 0.99% | 0.67% | - |
| HSV(B) | 26.18º | 0.65% | 1% | - |
| XYZ | 55.42 | 47.28 | 15.66 | - |
| YUV | 180.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 89 | 0 | 0.37 | 0.65 | 0.00 | 26.18 | 0.99 | 0.67 |
| Hex | FE | A1 | 59 | 0 | 25 | 41 | 0 | 1A | 63 | 43 |
| Octal | 376 | 241 | 131 | 0 | 45 | 101 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100001 | 1011001 | 0 | 100101 | 1000001 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA159
Complementary color
Monochromatic Colors of #FEA159
Black with #FEA159
Text Example
Text Example
White with #FEA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA159; }
p { color: rgb(254,161,89); }
H1.HeaderClassName
{
color: #FEA159;
}
.AnyTagClassName
{
color: #FEA159;
}
</style>
background-color css
<style>
a { background-color: #FEA159; }
a { background-color: rgb(254,161,89); }
div.DivClassName
{
background-color: #FEA159;
}
.BgClassName
{
background-color: #FEA159;
}
</style>
border-color css
<style>
span { border-color: #FEA159; }
span { border-color: rgb(254,161,89); }
td.TdClassName
{
border-color: #FEA159;
}
.TagClassName
{
border-color: #FEA159;
}
</style>