Shades of Sandy Brown #FA9E5A
Tints of Sandy Brown #FA9E5A
RGB
CMYK
RGB Variations
Color information
#FA9E5A (or 0xFA9E5A) is known color: Sandy Brown. HEX triplet: FA, 9E and 5A. RGB value is (250,158,90). Sum of RGB (Red+Green+Blue) = 250+158+90=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E5A is #0561A5. Grayscale: #B2B2B2. Windows color (decimal): -352678 or 5938938. OLE color: 5938938.
HSL color Cylindrical-coordinate representation of color #FA9E5A: hue angle of 25.5º 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 #FA9E5A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 90 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.02 |
| HSL | 25.5º | 0.94% | 0.67% | - |
| HSV(B) | 25.5º | 0.64% | 0.98% | - |
| XYZ | 53.5 | 45.52 | 15.64 | - |
| YUV | 177.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 90 | 0 | 0.37 | 0.64 | 0.02 | 25.5 | 0.94 | 0.67 |
| Hex | FA | 9E | 5A | 0 | 25 | 40 | 2 | 1A | 5E | 43 |
| Octal | 372 | 236 | 132 | 0 | 45 | 100 | 2 | 32 | 136 | 103 |
| Binary | 11111010 | 10011110 | 1011010 | 0 | 100101 | 1000000 | 10 | 11010 | 1011110 | 1000011 |
Color Harmonies of #FA9E5A
Complementary color
Monochromatic Colors of #FA9E5A
Black with #FA9E5A
Text Example
Text Example
White with #FA9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E5A; }
p { color: rgb(250,158,90); }
H1.HeaderClassName
{
color: #FA9E5A;
}
.AnyTagClassName
{
color: #FA9E5A;
}
</style>
background-color css
<style>
a { background-color: #FA9E5A; }
a { background-color: rgb(250,158,90); }
div.DivClassName
{
background-color: #FA9E5A;
}
.BgClassName
{
background-color: #FA9E5A;
}
</style>
border-color css
<style>
span { border-color: #FA9E5A; }
span { border-color: rgb(250,158,90); }
td.TdClassName
{
border-color: #FA9E5A;
}
.TagClassName
{
border-color: #FA9E5A;
}
</style>