Shades of Sandy Brown #FDA060
Tints of Sandy Brown #FDA060
RGB
CMYK
RGB Variations
Color information
#FDA060 (or 0xFDA060) is known color: Sandy Brown. HEX triplet: FD, A0 and 60. RGB value is (253,160,96). Sum of RGB (Red+Green+Blue) = 253+160+96=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA060 is #025F9F. Grayscale: #B4B4B4. Windows color (decimal): -155552 or 6332669. OLE color: 6332669.
HSL color Cylindrical-coordinate representation of color #FDA060: hue angle of 24.46º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA060 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 96 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.01 |
| HSL | 24.46º | 0.98% | 0.68% | - |
| HSV(B) | 24.46º | 0.62% | 0.99% | - |
| XYZ | 55.19 | 46.87 | 17.2 | - |
| YUV | 180.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 96 | 0 | 0.37 | 0.62 | 0.01 | 24.46 | 0.98 | 0.68 |
| Hex | FD | A0 | 60 | 0 | 25 | 3E | 1 | 18 | 62 | 44 |
| Octal | 375 | 240 | 140 | 0 | 45 | 76 | 1 | 30 | 142 | 104 |
| Binary | 11111101 | 10100000 | 1100000 | 0 | 100101 | 111110 | 1 | 11000 | 1100010 | 1000100 |
Color Harmonies of #FDA060
Complementary color
Monochromatic Colors of #FDA060
Black with #FDA060
Text Example
Text Example
White with #FDA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA060; }
p { color: rgb(253,160,96); }
H1.HeaderClassName
{
color: #FDA060;
}
.AnyTagClassName
{
color: #FDA060;
}
</style>
background-color css
<style>
a { background-color: #FDA060; }
a { background-color: rgb(253,160,96); }
div.DivClassName
{
background-color: #FDA060;
}
.BgClassName
{
background-color: #FDA060;
}
</style>
border-color css
<style>
span { border-color: #FDA060; }
span { border-color: rgb(253,160,96); }
td.TdClassName
{
border-color: #FDA060;
}
.TagClassName
{
border-color: #FDA060;
}
</style>