Shades of Sandy Brown #FA9E5C
Tints of Sandy Brown #FA9E5C
RGB
CMYK
RGB Variations
Color information
#FA9E5C (or 0xFA9E5C) is known color: Sandy Brown. HEX triplet: FA, 9E and 5C. RGB value is (250,158,92). Sum of RGB (Red+Green+Blue) = 250+158+92=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E5C is #0561A3. Grayscale: #B2B2B2. Windows color (decimal): -352676 or 6070010. OLE color: 6070010.
HSL color Cylindrical-coordinate representation of color #FA9E5C: hue angle of 25.06º 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 #FA9E5C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 92 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.02 |
| HSL | 25.06º | 0.94% | 0.67% | - |
| HSV(B) | 25.06º | 0.63% | 0.98% | - |
| XYZ | 53.58 | 45.55 | 16.09 | - |
| YUV | 177.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 92 | 0 | 0.37 | 0.63 | 0.02 | 25.06 | 0.94 | 0.67 |
| Hex | FA | 9E | 5C | 0 | 25 | 3F | 2 | 19 | 5E | 43 |
| Octal | 372 | 236 | 134 | 0 | 45 | 77 | 2 | 31 | 136 | 103 |
| Binary | 11111010 | 10011110 | 1011100 | 0 | 100101 | 111111 | 10 | 11001 | 1011110 | 1000011 |
Color Harmonies of #FA9E5C
Complementary color
Monochromatic Colors of #FA9E5C
Black with #FA9E5C
Text Example
Text Example
White with #FA9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E5C; }
p { color: rgb(250,158,92); }
H1.HeaderClassName
{
color: #FA9E5C;
}
.AnyTagClassName
{
color: #FA9E5C;
}
</style>
background-color css
<style>
a { background-color: #FA9E5C; }
a { background-color: rgb(250,158,92); }
div.DivClassName
{
background-color: #FA9E5C;
}
.BgClassName
{
background-color: #FA9E5C;
}
</style>
border-color css
<style>
span { border-color: #FA9E5C; }
span { border-color: rgb(250,158,92); }
td.TdClassName
{
border-color: #FA9E5C;
}
.TagClassName
{
border-color: #FA9E5C;
}
</style>