Shades of Sandy Brown #FEA158
Tints of Sandy Brown #FEA158
RGB
CMYK
RGB Variations
Color information
#FEA158 (or 0xFEA158) is known color: Sandy Brown. HEX triplet: FE, A1 and 58. RGB value is (254,161,88). Sum of RGB (Red+Green+Blue) = 254+161+88=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA158 is #015EA7. Grayscale: #B4B4B4. Windows color (decimal): -89768 or 5808638. OLE color: 5808638.
HSL color Cylindrical-coordinate representation of color #FEA158: hue angle of 26.39º 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 #FEA158 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 88 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.00 |
| HSL | 26.39º | 0.99% | 0.67% | - |
| HSV(B) | 26.39º | 0.65% | 1% | - |
| XYZ | 55.38 | 47.27 | 15.44 | - |
| YUV | 180.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 88 | 0 | 0.37 | 0.65 | 0.00 | 26.39 | 0.99 | 0.67 |
| Hex | FE | A1 | 58 | 0 | 25 | 41 | 0 | 1A | 63 | 43 |
| Octal | 376 | 241 | 130 | 0 | 45 | 101 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100001 | 1011000 | 0 | 100101 | 1000001 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA158
Complementary color
Monochromatic Colors of #FEA158
Black with #FEA158
Text Example
Text Example
White with #FEA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA158; }
p { color: rgb(254,161,88); }
H1.HeaderClassName
{
color: #FEA158;
}
.AnyTagClassName
{
color: #FEA158;
}
</style>
background-color css
<style>
a { background-color: #FEA158; }
a { background-color: rgb(254,161,88); }
div.DivClassName
{
background-color: #FEA158;
}
.BgClassName
{
background-color: #FEA158;
}
</style>
border-color css
<style>
span { border-color: #FEA158; }
span { border-color: rgb(254,161,88); }
td.TdClassName
{
border-color: #FEA158;
}
.TagClassName
{
border-color: #FEA158;
}
</style>