Shades of Sandy Brown #FAA05A
Tints of Sandy Brown #FAA05A
RGB
CMYK
RGB Variations
Color information
#FAA05A (or 0xFAA05A) is known color: Sandy Brown. HEX triplet: FA, A0 and 5A. RGB value is (250,160,90). Sum of RGB (Red+Green+Blue) = 250+160+90=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA05A is #055FA5. Grayscale: #B3B3B3. Windows color (decimal): -352166 or 5939450. OLE color: 5939450.
HSL color Cylindrical-coordinate representation of color #FAA05A: hue angle of 26.25º 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 #FAA05A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 90 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.02 |
| HSL | 26.25º | 0.94% | 0.67% | - |
| HSV(B) | 26.25º | 0.64% | 0.98% | - |
| XYZ | 53.84 | 46.2 | 15.75 | - |
| YUV | 178.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 90 | 0 | 0.36 | 0.64 | 0.02 | 26.25 | 0.94 | 0.67 |
| Hex | FA | A0 | 5A | 0 | 24 | 40 | 2 | 1A | 5E | 43 |
| Octal | 372 | 240 | 132 | 0 | 44 | 100 | 2 | 32 | 136 | 103 |
| Binary | 11111010 | 10100000 | 1011010 | 0 | 100100 | 1000000 | 10 | 11010 | 1011110 | 1000011 |
Color Harmonies of #FAA05A
Complementary color
Monochromatic Colors of #FAA05A
Black with #FAA05A
Text Example
Text Example
White with #FAA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA05A; }
p { color: rgb(250,160,90); }
H1.HeaderClassName
{
color: #FAA05A;
}
.AnyTagClassName
{
color: #FAA05A;
}
</style>
background-color css
<style>
a { background-color: #FAA05A; }
a { background-color: rgb(250,160,90); }
div.DivClassName
{
background-color: #FAA05A;
}
.BgClassName
{
background-color: #FAA05A;
}
</style>
border-color css
<style>
span { border-color: #FAA05A; }
span { border-color: rgb(250,160,90); }
td.TdClassName
{
border-color: #FAA05A;
}
.TagClassName
{
border-color: #FAA05A;
}
</style>