Shades of Sandy Brown #FEA25D
Tints of Sandy Brown #FEA25D
RGB
CMYK
RGB Variations
Color information
#FEA25D (or 0xFEA25D) is known color: Sandy Brown. HEX triplet: FE, A2 and 5D. RGB value is (254,162,93). Sum of RGB (Red+Green+Blue) = 254+162+93=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA25D is #015DA2. Grayscale: #B6B6B6. Windows color (decimal): -89507 or 6136574. OLE color: 6136574.
HSL color Cylindrical-coordinate representation of color #FEA25D: hue angle of 25.71º 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 #FEA25D is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 93 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.00 |
| HSL | 25.71º | 0.99% | 0.68% | - |
| HSV(B) | 25.71º | 0.63% | 1% | - |
| XYZ | 55.77 | 47.7 | 16.62 | - |
| YUV | 181.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 93 | 0 | 0.36 | 0.63 | 0.00 | 25.71 | 0.99 | 0.68 |
| Hex | FE | A2 | 5D | 0 | 24 | 3F | 0 | 1A | 63 | 44 |
| Octal | 376 | 242 | 135 | 0 | 44 | 77 | 0 | 32 | 143 | 104 |
| Binary | 11111110 | 10100010 | 1011101 | 0 | 100100 | 111111 | 0 | 11010 | 1100011 | 1000100 |
Color Harmonies of #FEA25D
Complementary color
Monochromatic Colors of #FEA25D
Black with #FEA25D
Text Example
Text Example
White with #FEA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA25D; }
p { color: rgb(254,162,93); }
H1.HeaderClassName
{
color: #FEA25D;
}
.AnyTagClassName
{
color: #FEA25D;
}
</style>
background-color css
<style>
a { background-color: #FEA25D; }
a { background-color: rgb(254,162,93); }
div.DivClassName
{
background-color: #FEA25D;
}
.BgClassName
{
background-color: #FEA25D;
}
</style>
border-color css
<style>
span { border-color: #FEA25D; }
span { border-color: rgb(254,162,93); }
td.TdClassName
{
border-color: #FEA25D;
}
.TagClassName
{
border-color: #FEA25D;
}
</style>