Shades of Sandy Brown #FAA65E
Tints of Sandy Brown #FAA65E
RGB
CMYK
RGB Variations
Color information
#FAA65E (or 0xFAA65E) is known color: Sandy Brown. HEX triplet: FA, A6 and 5E. RGB value is (250,166,94). Sum of RGB (Red+Green+Blue) = 250+166+94=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA65E is #0559A1. Grayscale: #B7B7B7. Windows color (decimal): -350626 or 6203130. OLE color: 6203130.
HSL color Cylindrical-coordinate representation of color #FAA65E: hue angle of 27.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAA65E is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 94 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.02 |
| HSL | 27.69º | 0.94% | 0.67% | - |
| HSV(B) | 27.69º | 0.62% | 0.98% | - |
| XYZ | 55.08 | 48.4 | 17.03 | - |
| YUV | 182.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 94 | 0 | 0.34 | 0.62 | 0.02 | 27.69 | 0.94 | 0.67 |
| Hex | FA | A6 | 5E | 0 | 22 | 3E | 2 | 1C | 5E | 43 |
| Octal | 372 | 246 | 136 | 0 | 42 | 76 | 2 | 34 | 136 | 103 |
| Binary | 11111010 | 10100110 | 1011110 | 0 | 100010 | 111110 | 10 | 11100 | 1011110 | 1000011 |
Color Harmonies of #FAA65E
Complementary color
Monochromatic Colors of #FAA65E
Black with #FAA65E
Text Example
Text Example
White with #FAA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA65E; }
p { color: rgb(250,166,94); }
H1.HeaderClassName
{
color: #FAA65E;
}
.AnyTagClassName
{
color: #FAA65E;
}
</style>
background-color css
<style>
a { background-color: #FAA65E; }
a { background-color: rgb(250,166,94); }
div.DivClassName
{
background-color: #FAA65E;
}
.BgClassName
{
background-color: #FAA65E;
}
</style>
border-color css
<style>
span { border-color: #FAA65E; }
span { border-color: rgb(250,166,94); }
td.TdClassName
{
border-color: #FAA65E;
}
.TagClassName
{
border-color: #FAA65E;
}
</style>