Shades of Sandy Brown #FDA15D
Tints of Sandy Brown #FDA15D
RGB
CMYK
RGB Variations
Color information
#FDA15D (or 0xFDA15D) is known color: Sandy Brown. HEX triplet: FD, A1 and 5D. RGB value is (253,161,93). Sum of RGB (Red+Green+Blue) = 253+161+93=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA15D is #025EA2. Grayscale: #B5B5B5. Windows color (decimal): -155299 or 6136317. OLE color: 6136317.
HSL color Cylindrical-coordinate representation of color #FDA15D: hue angle of 25.5º 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 #FDA15D is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 93 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.01 |
| HSL | 25.5º | 0.98% | 0.68% | - |
| HSV(B) | 25.5º | 0.63% | 0.99% | - |
| XYZ | 55.23 | 47.16 | 16.55 | - |
| YUV | 180.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 93 | 0 | 0.36 | 0.63 | 0.01 | 25.5 | 0.98 | 0.68 |
| Hex | FD | A1 | 5D | 0 | 24 | 3F | 1 | 1A | 62 | 44 |
| Octal | 375 | 241 | 135 | 0 | 44 | 77 | 1 | 32 | 142 | 104 |
| Binary | 11111101 | 10100001 | 1011101 | 0 | 100100 | 111111 | 1 | 11010 | 1100010 | 1000100 |
Color Harmonies of #FDA15D
Complementary color
Monochromatic Colors of #FDA15D
Black with #FDA15D
Text Example
Text Example
White with #FDA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA15D; }
p { color: rgb(253,161,93); }
H1.HeaderClassName
{
color: #FDA15D;
}
.AnyTagClassName
{
color: #FDA15D;
}
</style>
background-color css
<style>
a { background-color: #FDA15D; }
a { background-color: rgb(253,161,93); }
div.DivClassName
{
background-color: #FDA15D;
}
.BgClassName
{
background-color: #FDA15D;
}
</style>
border-color css
<style>
span { border-color: #FDA15D; }
span { border-color: rgb(253,161,93); }
td.TdClassName
{
border-color: #FDA15D;
}
.TagClassName
{
border-color: #FDA15D;
}
</style>