Shades of Sandy Brown #FEA260
Tints of Sandy Brown #FEA260
RGB
CMYK
RGB Variations
Color information
#FEA260 (or 0xFEA260) is known color: Sandy Brown. HEX triplet: FE, A2 and 60. RGB value is (254,162,96). Sum of RGB (Red+Green+Blue) = 254+162+96=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA260 is #015D9F. Grayscale: #B6B6B6. Windows color (decimal): -89504 or 6333182. OLE color: 6333182.
HSL color Cylindrical-coordinate representation of color #FEA260: hue angle of 25.06º 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 #FEA260 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 96 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.00 |
| HSL | 25.06º | 0.99% | 0.69% | - |
| HSV(B) | 25.06º | 0.62% | 1% | - |
| XYZ | 55.9 | 47.76 | 17.34 | - |
| YUV | 181.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 96 | 0 | 0.36 | 0.62 | 0.00 | 25.06 | 0.99 | 0.69 |
| Hex | FE | A2 | 60 | 0 | 24 | 3E | 0 | 19 | 63 | 45 |
| Octal | 376 | 242 | 140 | 0 | 44 | 76 | 0 | 31 | 143 | 105 |
| Binary | 11111110 | 10100010 | 1100000 | 0 | 100100 | 111110 | 0 | 11001 | 1100011 | 1000101 |
Color Harmonies of #FEA260
Complementary color
Monochromatic Colors of #FEA260
Black with #FEA260
Text Example
Text Example
White with #FEA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA260; }
p { color: rgb(254,162,96); }
H1.HeaderClassName
{
color: #FEA260;
}
.AnyTagClassName
{
color: #FEA260;
}
</style>
background-color css
<style>
a { background-color: #FEA260; }
a { background-color: rgb(254,162,96); }
div.DivClassName
{
background-color: #FEA260;
}
.BgClassName
{
background-color: #FEA260;
}
</style>
border-color css
<style>
span { border-color: #FEA260; }
span { border-color: rgb(254,162,96); }
td.TdClassName
{
border-color: #FEA260;
}
.TagClassName
{
border-color: #FEA260;
}
</style>