Shades of Sandy Brown #FAA65D
Tints of Sandy Brown #FAA65D
RGB
CMYK
RGB Variations
Color information
#FAA65D (or 0xFAA65D) is known color: Sandy Brown. HEX triplet: FA, A6 and 5D. RGB value is (250,166,93). Sum of RGB (Red+Green+Blue) = 250+166+93=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA65D is #0559A2. Grayscale: #B7B7B7. Windows color (decimal): -350627 or 6137594. OLE color: 6137594.
HSL color Cylindrical-coordinate representation of color #FAA65D: hue angle of 27.9º 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 #FAA65D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 93 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.9º | 0.94% | 0.67% | - |
| HSV(B) | 27.9º | 0.63% | 0.98% | - |
| XYZ | 55.04 | 48.39 | 16.79 | - |
| YUV | 182.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 93 | 0 | 0.34 | 0.63 | 0.02 | 27.9 | 0.94 | 0.67 |
| Hex | FA | A6 | 5D | 0 | 22 | 3F | 2 | 1C | 5E | 43 |
| Octal | 372 | 246 | 135 | 0 | 42 | 77 | 2 | 34 | 136 | 103 |
| Binary | 11111010 | 10100110 | 1011101 | 0 | 100010 | 111111 | 10 | 11100 | 1011110 | 1000011 |
Color Harmonies of #FAA65D
Complementary color
Monochromatic Colors of #FAA65D
Black with #FAA65D
Text Example
Text Example
White with #FAA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA65D; }
p { color: rgb(250,166,93); }
H1.HeaderClassName
{
color: #FAA65D;
}
.AnyTagClassName
{
color: #FAA65D;
}
</style>
background-color css
<style>
a { background-color: #FAA65D; }
a { background-color: rgb(250,166,93); }
div.DivClassName
{
background-color: #FAA65D;
}
.BgClassName
{
background-color: #FAA65D;
}
</style>
border-color css
<style>
span { border-color: #FAA65D; }
span { border-color: rgb(250,166,93); }
td.TdClassName
{
border-color: #FAA65D;
}
.TagClassName
{
border-color: #FAA65D;
}
</style>