Shades of Sandy Brown #FDA15E
Tints of Sandy Brown #FDA15E
RGB
CMYK
RGB Variations
Color information
#FDA15E (or 0xFDA15E) is known color: Sandy Brown. HEX triplet: FD, A1 and 5E. RGB value is (253,161,94). Sum of RGB (Red+Green+Blue) = 253+161+94=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA15E is #025EA1. Grayscale: #B5B5B5. Windows color (decimal): -155298 or 6201853. OLE color: 6201853.
HSL color Cylindrical-coordinate representation of color #FDA15E: hue angle of 25.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDA15E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 94 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.01 |
| HSL | 25.28º | 0.98% | 0.68% | - |
| HSV(B) | 25.28º | 0.63% | 0.99% | - |
| XYZ | 55.27 | 47.18 | 16.78 | - |
| YUV | 180.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 94 | 0 | 0.36 | 0.63 | 0.01 | 25.28 | 0.98 | 0.68 |
| Hex | FD | A1 | 5E | 0 | 24 | 3F | 1 | 19 | 62 | 44 |
| Octal | 375 | 241 | 136 | 0 | 44 | 77 | 1 | 31 | 142 | 104 |
| Binary | 11111101 | 10100001 | 1011110 | 0 | 100100 | 111111 | 1 | 11001 | 1100010 | 1000100 |
Color Harmonies of #FDA15E
Complementary color
Monochromatic Colors of #FDA15E
Black with #FDA15E
Text Example
Text Example
White with #FDA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA15E; }
p { color: rgb(253,161,94); }
H1.HeaderClassName
{
color: #FDA15E;
}
.AnyTagClassName
{
color: #FDA15E;
}
</style>
background-color css
<style>
a { background-color: #FDA15E; }
a { background-color: rgb(253,161,94); }
div.DivClassName
{
background-color: #FDA15E;
}
.BgClassName
{
background-color: #FDA15E;
}
</style>
border-color css
<style>
span { border-color: #FDA15E; }
span { border-color: rgb(253,161,94); }
td.TdClassName
{
border-color: #FDA15E;
}
.TagClassName
{
border-color: #FDA15E;
}
</style>