Shades of Sandy Brown #FEA058
Tints of Sandy Brown #FEA058
RGB
CMYK
RGB Variations
Color information
#FEA058 (or 0xFEA058) is known color: Sandy Brown. HEX triplet: FE, A0 and 58. RGB value is (254,160,88). Sum of RGB (Red+Green+Blue) = 254+160+88=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA058 is #015FA7. Grayscale: #B4B4B4. Windows color (decimal): -90024 or 5808382. OLE color: 5808382.
HSL color Cylindrical-coordinate representation of color #FEA058: hue angle of 26.02º 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 #FEA058 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 88 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.00 |
| HSL | 26.02º | 0.99% | 0.67% | - |
| HSV(B) | 26.02º | 0.65% | 1% | - |
| XYZ | 55.21 | 46.92 | 15.38 | - |
| YUV | 179.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 88 | 0 | 0.37 | 0.65 | 0.00 | 26.02 | 0.99 | 0.67 |
| Hex | FE | A0 | 58 | 0 | 25 | 41 | 0 | 1A | 63 | 43 |
| Octal | 376 | 240 | 130 | 0 | 45 | 101 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100000 | 1011000 | 0 | 100101 | 1000001 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA058
Complementary color
Monochromatic Colors of #FEA058
Black with #FEA058
Text Example
Text Example
White with #FEA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA058; }
p { color: rgb(254,160,88); }
H1.HeaderClassName
{
color: #FEA058;
}
.AnyTagClassName
{
color: #FEA058;
}
</style>
background-color css
<style>
a { background-color: #FEA058; }
a { background-color: rgb(254,160,88); }
div.DivClassName
{
background-color: #FEA058;
}
.BgClassName
{
background-color: #FEA058;
}
</style>
border-color css
<style>
span { border-color: #FEA058; }
span { border-color: rgb(254,160,88); }
td.TdClassName
{
border-color: #FEA058;
}
.TagClassName
{
border-color: #FEA058;
}
</style>