Shades of Sandy Brown #FAA55D
Tints of Sandy Brown #FAA55D
RGB
CMYK
RGB Variations
Color information
#FAA55D (or 0xFAA55D) is known color: Sandy Brown. HEX triplet: FA, A5 and 5D. RGB value is (250,165,93). Sum of RGB (Red+Green+Blue) = 250+165+93=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA55D is #055AA2. Grayscale: #B6B6B6. Windows color (decimal): -350883 or 6137338. OLE color: 6137338.
HSL color Cylindrical-coordinate representation of color #FAA55D: hue angle of 27.52º 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 #FAA55D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 93 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.52º | 0.94% | 0.67% | - |
| HSV(B) | 27.52º | 0.63% | 0.98% | - |
| XYZ | 54.86 | 48.02 | 16.73 | - |
| YUV | 182.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 93 | 0 | 0.34 | 0.63 | 0.02 | 27.52 | 0.94 | 0.67 |
| Hex | FA | A5 | 5D | 0 | 22 | 3F | 2 | 1C | 5E | 43 |
| Octal | 372 | 245 | 135 | 0 | 42 | 77 | 2 | 34 | 136 | 103 |
| Binary | 11111010 | 10100101 | 1011101 | 0 | 100010 | 111111 | 10 | 11100 | 1011110 | 1000011 |
Color Harmonies of #FAA55D
Complementary color
Monochromatic Colors of #FAA55D
Black with #FAA55D
Text Example
Text Example
White with #FAA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA55D; }
p { color: rgb(250,165,93); }
H1.HeaderClassName
{
color: #FAA55D;
}
.AnyTagClassName
{
color: #FAA55D;
}
</style>
background-color css
<style>
a { background-color: #FAA55D; }
a { background-color: rgb(250,165,93); }
div.DivClassName
{
background-color: #FAA55D;
}
.BgClassName
{
background-color: #FAA55D;
}
</style>
border-color css
<style>
span { border-color: #FAA55D; }
span { border-color: rgb(250,165,93); }
td.TdClassName
{
border-color: #FAA55D;
}
.TagClassName
{
border-color: #FAA55D;
}
</style>