Shades of Sandy Brown #FA9E5B
Tints of Sandy Brown #FA9E5B
RGB
CMYK
RGB Variations
Color information
#FA9E5B (or 0xFA9E5B) is known color: Sandy Brown. HEX triplet: FA, 9E and 5B. RGB value is (250,158,91). Sum of RGB (Red+Green+Blue) = 250+158+91=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E5B is #0561A4. Grayscale: #B2B2B2. Windows color (decimal): -352677 or 6004474. OLE color: 6004474.
HSL color Cylindrical-coordinate representation of color #FA9E5B: hue angle of 25.28º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA9E5B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 91 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.02 |
| HSL | 25.28º | 0.94% | 0.67% | - |
| HSV(B) | 25.28º | 0.64% | 0.98% | - |
| XYZ | 53.54 | 45.53 | 15.86 | - |
| YUV | 177.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 91 | 0 | 0.37 | 0.64 | 0.02 | 25.28 | 0.94 | 0.67 |
| Hex | FA | 9E | 5B | 0 | 25 | 40 | 2 | 19 | 5E | 43 |
| Octal | 372 | 236 | 133 | 0 | 45 | 100 | 2 | 31 | 136 | 103 |
| Binary | 11111010 | 10011110 | 1011011 | 0 | 100101 | 1000000 | 10 | 11001 | 1011110 | 1000011 |
Color Harmonies of #FA9E5B
Complementary color
Monochromatic Colors of #FA9E5B
Black with #FA9E5B
Text Example
Text Example
White with #FA9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E5B; }
p { color: rgb(250,158,91); }
H1.HeaderClassName
{
color: #FA9E5B;
}
.AnyTagClassName
{
color: #FA9E5B;
}
</style>
background-color css
<style>
a { background-color: #FA9E5B; }
a { background-color: rgb(250,158,91); }
div.DivClassName
{
background-color: #FA9E5B;
}
.BgClassName
{
background-color: #FA9E5B;
}
</style>
border-color css
<style>
span { border-color: #FA9E5B; }
span { border-color: rgb(250,158,91); }
td.TdClassName
{
border-color: #FA9E5B;
}
.TagClassName
{
border-color: #FA9E5B;
}
</style>