Shades of Sandy Brown #FEA560
Tints of Sandy Brown #FEA560
RGB
CMYK
RGB Variations
Color information
#FEA560 (or 0xFEA560) is known color: Sandy Brown. HEX triplet: FE, A5 and 60. RGB value is (254,165,96). Sum of RGB (Red+Green+Blue) = 254+165+96=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA560 is #015A9F. Grayscale: #B8B8B8. Windows color (decimal): -88736 or 6333950. OLE color: 6333950.
HSL color Cylindrical-coordinate representation of color #FEA560: hue angle of 26.2º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEA560 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 96 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.00 |
| HSL | 26.2º | 0.99% | 0.69% | - |
| HSV(B) | 26.2º | 0.62% | 1% | - |
| XYZ | 56.44 | 48.83 | 17.52 | - |
| YUV | 183.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 96 | 0 | 0.35 | 0.62 | 0.00 | 26.2 | 0.99 | 0.69 |
| Hex | FE | A5 | 60 | 0 | 23 | 3E | 0 | 1A | 63 | 45 |
| Octal | 376 | 245 | 140 | 0 | 43 | 76 | 0 | 32 | 143 | 105 |
| Binary | 11111110 | 10100101 | 1100000 | 0 | 100011 | 111110 | 0 | 11010 | 1100011 | 1000101 |
Color Harmonies of #FEA560
Complementary color
Monochromatic Colors of #FEA560
Black with #FEA560
Text Example
Text Example
White with #FEA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA560; }
p { color: rgb(254,165,96); }
H1.HeaderClassName
{
color: #FEA560;
}
.AnyTagClassName
{
color: #FEA560;
}
</style>
background-color css
<style>
a { background-color: #FEA560; }
a { background-color: rgb(254,165,96); }
div.DivClassName
{
background-color: #FEA560;
}
.BgClassName
{
background-color: #FEA560;
}
</style>
border-color css
<style>
span { border-color: #FEA560; }
span { border-color: rgb(254,165,96); }
td.TdClassName
{
border-color: #FEA560;
}
.TagClassName
{
border-color: #FEA560;
}
</style>