Shades of Sandy Brown #FAA55C
Tints of Sandy Brown #FAA55C
RGB
CMYK
RGB Variations
Color information
#FAA55C (or 0xFAA55C) is known color: Sandy Brown. HEX triplet: FA, A5 and 5C. RGB value is (250,165,92). Sum of RGB (Red+Green+Blue) = 250+165+92=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA55C is #055AA3. Grayscale: #B6B6B6. Windows color (decimal): -350884 or 6071802. OLE color: 6071802.
HSL color Cylindrical-coordinate representation of color #FAA55C: hue angle of 27.72º 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 #FAA55C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 92 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.72º | 0.94% | 0.67% | - |
| HSV(B) | 27.72º | 0.63% | 0.98% | - |
| XYZ | 54.81 | 48.01 | 16.5 | - |
| YUV | 182.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 92 | 0 | 0.34 | 0.63 | 0.02 | 27.72 | 0.94 | 0.67 |
| Hex | FA | A5 | 5C | 0 | 22 | 3F | 2 | 1C | 5E | 43 |
| Octal | 372 | 245 | 134 | 0 | 42 | 77 | 2 | 34 | 136 | 103 |
| Binary | 11111010 | 10100101 | 1011100 | 0 | 100010 | 111111 | 10 | 11100 | 1011110 | 1000011 |
Color Harmonies of #FAA55C
Complementary color
Monochromatic Colors of #FAA55C
Black with #FAA55C
Text Example
Text Example
White with #FAA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA55C; }
p { color: rgb(250,165,92); }
H1.HeaderClassName
{
color: #FAA55C;
}
.AnyTagClassName
{
color: #FAA55C;
}
</style>
background-color css
<style>
a { background-color: #FAA55C; }
a { background-color: rgb(250,165,92); }
div.DivClassName
{
background-color: #FAA55C;
}
.BgClassName
{
background-color: #FAA55C;
}
</style>
border-color css
<style>
span { border-color: #FAA55C; }
span { border-color: rgb(250,165,92); }
td.TdClassName
{
border-color: #FAA55C;
}
.TagClassName
{
border-color: #FAA55C;
}
</style>