Shades of Sandy Brown #FEA05B
Tints of Sandy Brown #FEA05B
RGB
CMYK
RGB Variations
Color information
#FEA05B (or 0xFEA05B) is known color: Sandy Brown. HEX triplet: FE, A0 and 5B. RGB value is (254,160,91). Sum of RGB (Red+Green+Blue) = 254+160+91=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA05B is #015FA4. Grayscale: #B4B4B4. Windows color (decimal): -90021 or 6004990. OLE color: 6004990.
HSL color Cylindrical-coordinate representation of color #FEA05B: hue angle of 25.4º 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 #FEA05B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 91 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.00 |
| HSL | 25.4º | 0.99% | 0.68% | - |
| HSV(B) | 25.4º | 0.64% | 1% | - |
| XYZ | 55.33 | 46.97 | 16.05 | - |
| YUV | 180.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 91 | 0 | 0.37 | 0.64 | 0.00 | 25.4 | 0.99 | 0.68 |
| Hex | FE | A0 | 5B | 0 | 25 | 40 | 0 | 19 | 63 | 44 |
| Octal | 376 | 240 | 133 | 0 | 45 | 100 | 0 | 31 | 143 | 104 |
| Binary | 11111110 | 10100000 | 1011011 | 0 | 100101 | 1000000 | 0 | 11001 | 1100011 | 1000100 |
Color Harmonies of #FEA05B
Complementary color
Monochromatic Colors of #FEA05B
Black with #FEA05B
Text Example
Text Example
White with #FEA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA05B; }
p { color: rgb(254,160,91); }
H1.HeaderClassName
{
color: #FEA05B;
}
.AnyTagClassName
{
color: #FEA05B;
}
</style>
background-color css
<style>
a { background-color: #FEA05B; }
a { background-color: rgb(254,160,91); }
div.DivClassName
{
background-color: #FEA05B;
}
.BgClassName
{
background-color: #FEA05B;
}
</style>
border-color css
<style>
span { border-color: #FEA05B; }
span { border-color: rgb(254,160,91); }
td.TdClassName
{
border-color: #FEA05B;
}
.TagClassName
{
border-color: #FEA05B;
}
</style>