Shades of Sandy Brown #FEA25C
Tints of Sandy Brown #FEA25C
RGB
CMYK
RGB Variations
Color information
#FEA25C (or 0xFEA25C) is known color: Sandy Brown. HEX triplet: FE, A2 and 5C. RGB value is (254,162,92). Sum of RGB (Red+Green+Blue) = 254+162+92=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA25C is #015DA3. Grayscale: #B5B5B5. Windows color (decimal): -89508 or 6071038. OLE color: 6071038.
HSL color Cylindrical-coordinate representation of color #FEA25C: hue angle of 25.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEA25C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 92 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.00 |
| HSL | 25.93º | 0.99% | 0.68% | - |
| HSV(B) | 25.93º | 0.64% | 1% | - |
| XYZ | 55.73 | 47.68 | 16.39 | - |
| YUV | 181.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 92 | 0 | 0.36 | 0.64 | 0.00 | 25.93 | 0.99 | 0.68 |
| Hex | FE | A2 | 5C | 0 | 24 | 40 | 0 | 1A | 63 | 44 |
| Octal | 376 | 242 | 134 | 0 | 44 | 100 | 0 | 32 | 143 | 104 |
| Binary | 11111110 | 10100010 | 1011100 | 0 | 100100 | 1000000 | 0 | 11010 | 1100011 | 1000100 |
Color Harmonies of #FEA25C
Complementary color
Monochromatic Colors of #FEA25C
Black with #FEA25C
Text Example
Text Example
White with #FEA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA25C; }
p { color: rgb(254,162,92); }
H1.HeaderClassName
{
color: #FEA25C;
}
.AnyTagClassName
{
color: #FEA25C;
}
</style>
background-color css
<style>
a { background-color: #FEA25C; }
a { background-color: rgb(254,162,92); }
div.DivClassName
{
background-color: #FEA25C;
}
.BgClassName
{
background-color: #FEA25C;
}
</style>
border-color css
<style>
span { border-color: #FEA25C; }
span { border-color: rgb(254,162,92); }
td.TdClassName
{
border-color: #FEA25C;
}
.TagClassName
{
border-color: #FEA25C;
}
</style>