Shades of Sandy Brown #FAA165
Tints of Sandy Brown #FAA165
RGB
CMYK
RGB Variations
Color information
#FAA165 (or 0xFAA165) is known color: Sandy Brown. HEX triplet: FA, A1 and 65. RGB value is (250,161,101). Sum of RGB (Red+Green+Blue) = 250+161+101=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA165 is #055E9A. Grayscale: #B5B5B5. Windows color (decimal): -351899 or 6660602. OLE color: 6660602.
HSL color Cylindrical-coordinate representation of color #FAA165: hue angle of 24.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA165 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 101 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.02 |
| HSL | 24.16º | 0.94% | 0.69% | - |
| HSV(B) | 24.16º | 0.6% | 0.98% | - |
| XYZ | 54.52 | 46.75 | 18.46 | - |
| YUV | 180.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 101 | 0 | 0.36 | 0.60 | 0.02 | 24.16 | 0.94 | 0.69 |
| Hex | FA | A1 | 65 | 0 | 24 | 3C | 2 | 18 | 5E | 45 |
| Octal | 372 | 241 | 145 | 0 | 44 | 74 | 2 | 30 | 136 | 105 |
| Binary | 11111010 | 10100001 | 1100101 | 0 | 100100 | 111100 | 10 | 11000 | 1011110 | 1000101 |
Color Harmonies of #FAA165
Complementary color
Monochromatic Colors of #FAA165
Black with #FAA165
Text Example
Text Example
White with #FAA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA165; }
p { color: rgb(250,161,101); }
H1.HeaderClassName
{
color: #FAA165;
}
.AnyTagClassName
{
color: #FAA165;
}
</style>
background-color css
<style>
a { background-color: #FAA165; }
a { background-color: rgb(250,161,101); }
div.DivClassName
{
background-color: #FAA165;
}
.BgClassName
{
background-color: #FAA165;
}
</style>
border-color css
<style>
span { border-color: #FAA165; }
span { border-color: rgb(250,161,101); }
td.TdClassName
{
border-color: #FAA165;
}
.TagClassName
{
border-color: #FAA165;
}
</style>