Shades of Sandy Brown #FA9D5E
Tints of Sandy Brown #FA9D5E
RGB
CMYK
RGB Variations
Color information
#FA9D5E (or 0xFA9D5E) is known color: Sandy Brown. HEX triplet: FA, 9D and 5E. RGB value is (250,157,94). Sum of RGB (Red+Green+Blue) = 250+157+94=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9D5E is #0562A1. Grayscale: #B1B1B1. Windows color (decimal): -352930 or 6200826. OLE color: 6200826.
HSL color Cylindrical-coordinate representation of color #FA9D5E: hue angle of 24.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA9D5E is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 94 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.02 |
| HSL | 24.23º | 0.94% | 0.67% | - |
| HSV(B) | 24.23º | 0.62% | 0.98% | - |
| XYZ | 53.5 | 45.25 | 16.5 | - |
| YUV | 177.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 94 | 0 | 0.37 | 0.62 | 0.02 | 24.23 | 0.94 | 0.67 |
| Hex | FA | 9D | 5E | 0 | 25 | 3E | 2 | 18 | 5E | 43 |
| Octal | 372 | 235 | 136 | 0 | 45 | 76 | 2 | 30 | 136 | 103 |
| Binary | 11111010 | 10011101 | 1011110 | 0 | 100101 | 111110 | 10 | 11000 | 1011110 | 1000011 |
Color Harmonies of #FA9D5E
Complementary color
Monochromatic Colors of #FA9D5E
Black with #FA9D5E
Text Example
Text Example
White with #FA9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D5E; }
p { color: rgb(250,157,94); }
H1.HeaderClassName
{
color: #FA9D5E;
}
.AnyTagClassName
{
color: #FA9D5E;
}
</style>
background-color css
<style>
a { background-color: #FA9D5E; }
a { background-color: rgb(250,157,94); }
div.DivClassName
{
background-color: #FA9D5E;
}
.BgClassName
{
background-color: #FA9D5E;
}
</style>
border-color css
<style>
span { border-color: #FA9D5E; }
span { border-color: rgb(250,157,94); }
td.TdClassName
{
border-color: #FA9D5E;
}
.TagClassName
{
border-color: #FA9D5E;
}
</style>