Shades of Sandy Brown #FEA05A
Tints of Sandy Brown #FEA05A
RGB
CMYK
RGB Variations
Color information
#FEA05A (or 0xFEA05A) is known color: Sandy Brown. HEX triplet: FE, A0 and 5A. RGB value is (254,160,90). Sum of RGB (Red+Green+Blue) = 254+160+90=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA05A is #015FA5. Grayscale: #B4B4B4. Windows color (decimal): -90022 or 5939454. OLE color: 5939454.
HSL color Cylindrical-coordinate representation of color #FEA05A: hue angle of 25.61º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEA05A is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 90 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.00 |
| HSL | 25.61º | 0.99% | 0.67% | - |
| HSV(B) | 25.61º | 0.65% | 1% | - |
| XYZ | 55.29 | 46.95 | 15.82 | - |
| YUV | 180.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 90 | 0 | 0.37 | 0.65 | 0.00 | 25.61 | 0.99 | 0.67 |
| Hex | FE | A0 | 5A | 0 | 25 | 41 | 0 | 1A | 63 | 43 |
| Octal | 376 | 240 | 132 | 0 | 45 | 101 | 0 | 32 | 143 | 103 |
| Binary | 11111110 | 10100000 | 1011010 | 0 | 100101 | 1000001 | 0 | 11010 | 1100011 | 1000011 |
Color Harmonies of #FEA05A
Complementary color
Monochromatic Colors of #FEA05A
Black with #FEA05A
Text Example
Text Example
White with #FEA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA05A; }
p { color: rgb(254,160,90); }
H1.HeaderClassName
{
color: #FEA05A;
}
.AnyTagClassName
{
color: #FEA05A;
}
</style>
background-color css
<style>
a { background-color: #FEA05A; }
a { background-color: rgb(254,160,90); }
div.DivClassName
{
background-color: #FEA05A;
}
.BgClassName
{
background-color: #FEA05A;
}
</style>
border-color css
<style>
span { border-color: #FEA05A; }
span { border-color: rgb(254,160,90); }
td.TdClassName
{
border-color: #FEA05A;
}
.TagClassName
{
border-color: #FEA05A;
}
</style>