Shades of Sandy Brown #FA9D5D
Tints of Sandy Brown #FA9D5D
RGB
CMYK
RGB Variations
Color information
#FA9D5D (or 0xFA9D5D) is known color: Sandy Brown. HEX triplet: FA, 9D and 5D. RGB value is (250,157,93). Sum of RGB (Red+Green+Blue) = 250+157+93=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9D5D is #0562A2. Grayscale: #B1B1B1. Windows color (decimal): -352931 or 6135290. OLE color: 6135290.
HSL color Cylindrical-coordinate representation of color #FA9D5D: hue angle of 24.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA9D5D is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 93 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.02 |
| HSL | 24.46º | 0.94% | 0.67% | - |
| HSV(B) | 24.46º | 0.63% | 0.98% | - |
| XYZ | 53.46 | 45.23 | 16.27 | - |
| YUV | 177.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 93 | 0 | 0.37 | 0.63 | 0.02 | 24.46 | 0.94 | 0.67 |
| Hex | FA | 9D | 5D | 0 | 25 | 3F | 2 | 18 | 5E | 43 |
| Octal | 372 | 235 | 135 | 0 | 45 | 77 | 2 | 30 | 136 | 103 |
| Binary | 11111010 | 10011101 | 1011101 | 0 | 100101 | 111111 | 10 | 11000 | 1011110 | 1000011 |
Color Harmonies of #FA9D5D
Complementary color
Monochromatic Colors of #FA9D5D
Black with #FA9D5D
Text Example
Text Example
White with #FA9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D5D; }
p { color: rgb(250,157,93); }
H1.HeaderClassName
{
color: #FA9D5D;
}
.AnyTagClassName
{
color: #FA9D5D;
}
</style>
background-color css
<style>
a { background-color: #FA9D5D; }
a { background-color: rgb(250,157,93); }
div.DivClassName
{
background-color: #FA9D5D;
}
.BgClassName
{
background-color: #FA9D5D;
}
</style>
border-color css
<style>
span { border-color: #FA9D5D; }
span { border-color: rgb(250,157,93); }
td.TdClassName
{
border-color: #FA9D5D;
}
.TagClassName
{
border-color: #FA9D5D;
}
</style>