Shades of Sandy Brown #FEA25E
Tints of Sandy Brown #FEA25E
RGB
CMYK
RGB Variations
Color information
#FEA25E (or 0xFEA25E) is known color: Sandy Brown. HEX triplet: FE, A2 and 5E. RGB value is (254,162,94). Sum of RGB (Red+Green+Blue) = 254+162+94=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA25E is #015DA1. Grayscale: #B6B6B6. Windows color (decimal): -89506 or 6202110. OLE color: 6202110.
HSL color Cylindrical-coordinate representation of color #FEA25E: hue angle of 25.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEA25E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 94 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.00 |
| HSL | 25.5º | 0.99% | 0.68% | - |
| HSV(B) | 25.5º | 0.63% | 1% | - |
| XYZ | 55.81 | 47.72 | 16.86 | - |
| YUV | 181.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 94 | 0 | 0.36 | 0.63 | 0.00 | 25.5 | 0.99 | 0.68 |
| Hex | FE | A2 | 5E | 0 | 24 | 3F | 0 | 1A | 63 | 44 |
| Octal | 376 | 242 | 136 | 0 | 44 | 77 | 0 | 32 | 143 | 104 |
| Binary | 11111110 | 10100010 | 1011110 | 0 | 100100 | 111111 | 0 | 11010 | 1100011 | 1000100 |
Color Harmonies of #FEA25E
Complementary color
Monochromatic Colors of #FEA25E
Black with #FEA25E
Text Example
Text Example
White with #FEA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA25E; }
p { color: rgb(254,162,94); }
H1.HeaderClassName
{
color: #FEA25E;
}
.AnyTagClassName
{
color: #FEA25E;
}
</style>
background-color css
<style>
a { background-color: #FEA25E; }
a { background-color: rgb(254,162,94); }
div.DivClassName
{
background-color: #FEA25E;
}
.BgClassName
{
background-color: #FEA25E;
}
</style>
border-color css
<style>
span { border-color: #FEA25E; }
span { border-color: rgb(254,162,94); }
td.TdClassName
{
border-color: #FEA25E;
}
.TagClassName
{
border-color: #FEA25E;
}
</style>