Shades of Sandy Brown #FA9F5A
Tints of Sandy Brown #FA9F5A
RGB
CMYK
RGB Variations
Color information
#FA9F5A (or 0xFA9F5A) is known color: Sandy Brown. HEX triplet: FA, 9F and 5A. RGB value is (250,159,90). Sum of RGB (Red+Green+Blue) = 250+159+90=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F5A is #0560A5. Grayscale: #B2B2B2. Windows color (decimal): -352422 or 5939194. OLE color: 5939194.
HSL color Cylindrical-coordinate representation of color #FA9F5A: hue angle of 25.88º 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 #FA9F5A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 90 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.02 |
| HSL | 25.88º | 0.94% | 0.67% | - |
| HSV(B) | 25.88º | 0.64% | 0.98% | - |
| XYZ | 53.67 | 45.86 | 15.7 | - |
| YUV | 178.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 90 | 0 | 0.36 | 0.64 | 0.02 | 25.88 | 0.94 | 0.67 |
| Hex | FA | 9F | 5A | 0 | 24 | 40 | 2 | 1A | 5E | 43 |
| Octal | 372 | 237 | 132 | 0 | 44 | 100 | 2 | 32 | 136 | 103 |
| Binary | 11111010 | 10011111 | 1011010 | 0 | 100100 | 1000000 | 10 | 11010 | 1011110 | 1000011 |
Color Harmonies of #FA9F5A
Complementary color
Monochromatic Colors of #FA9F5A
Black with #FA9F5A
Text Example
Text Example
White with #FA9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F5A; }
p { color: rgb(250,159,90); }
H1.HeaderClassName
{
color: #FA9F5A;
}
.AnyTagClassName
{
color: #FA9F5A;
}
</style>
background-color css
<style>
a { background-color: #FA9F5A; }
a { background-color: rgb(250,159,90); }
div.DivClassName
{
background-color: #FA9F5A;
}
.BgClassName
{
background-color: #FA9F5A;
}
</style>
border-color css
<style>
span { border-color: #FA9F5A; }
span { border-color: rgb(250,159,90); }
td.TdClassName
{
border-color: #FA9F5A;
}
.TagClassName
{
border-color: #FA9F5A;
}
</style>