Shades of Sandy Brown #FE9F5A
Tints of Sandy Brown #FE9F5A
RGB
CMYK
RGB Variations
Color information
#FE9F5A (or 0xFE9F5A) is known color: Sandy Brown. HEX triplet: FE, 9F and 5A. RGB value is (254,159,90). Sum of RGB (Red+Green+Blue) = 254+159+90=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F5A is #0160A5. Grayscale: #B3B3B3. Windows color (decimal): -90278 or 5939198. OLE color: 5939198.
HSL color Cylindrical-coordinate representation of color #FE9F5A: hue angle of 25.24º 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 #FE9F5A is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 90 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.00 |
| HSL | 25.24º | 0.99% | 0.67% | - |
| HSV(B) | 25.24º | 0.65% | 1% | - |
| XYZ | 55.12 | 46.61 | 15.76 | - |
| YUV | 179.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 90 | 0 | 0.37 | 0.65 | 0.00 | 25.24 | 0.99 | 0.67 |
| Hex | FE | 9F | 5A | 0 | 25 | 41 | 0 | 19 | 63 | 43 |
| Octal | 376 | 237 | 132 | 0 | 45 | 101 | 0 | 31 | 143 | 103 |
| Binary | 11111110 | 10011111 | 1011010 | 0 | 100101 | 1000001 | 0 | 11001 | 1100011 | 1000011 |
Color Harmonies of #FE9F5A
Complementary color
Monochromatic Colors of #FE9F5A
Black with #FE9F5A
Text Example
Text Example
White with #FE9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F5A; }
p { color: rgb(254,159,90); }
H1.HeaderClassName
{
color: #FE9F5A;
}
.AnyTagClassName
{
color: #FE9F5A;
}
</style>
background-color css
<style>
a { background-color: #FE9F5A; }
a { background-color: rgb(254,159,90); }
div.DivClassName
{
background-color: #FE9F5A;
}
.BgClassName
{
background-color: #FE9F5A;
}
</style>
border-color css
<style>
span { border-color: #FE9F5A; }
span { border-color: rgb(254,159,90); }
td.TdClassName
{
border-color: #FE9F5A;
}
.TagClassName
{
border-color: #FE9F5A;
}
</style>