Shades of Sandy Brown #FDA15A
Tints of Sandy Brown #FDA15A
RGB
CMYK
RGB Variations
Color information
#FDA15A (or 0xFDA15A) is known color: Sandy Brown. HEX triplet: FD, A1 and 5A. RGB value is (253,161,90). Sum of RGB (Red+Green+Blue) = 253+161+90=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA15A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA15A is #025EA5. Grayscale: #B4B4B4. Windows color (decimal): -155302 or 5939709. OLE color: 5939709.
HSL color Cylindrical-coordinate representation of color #FDA15A: hue angle of 26.13º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA15A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 90 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.01 |
| HSL | 26.13º | 0.98% | 0.67% | - |
| HSV(B) | 26.13º | 0.64% | 0.99% | - |
| XYZ | 55.1 | 47.11 | 15.86 | - |
| YUV | 180.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 90 | 0 | 0.36 | 0.64 | 0.01 | 26.13 | 0.98 | 0.67 |
| Hex | FD | A1 | 5A | 0 | 24 | 40 | 1 | 1A | 62 | 43 |
| Octal | 375 | 241 | 132 | 0 | 44 | 100 | 1 | 32 | 142 | 103 |
| Binary | 11111101 | 10100001 | 1011010 | 0 | 100100 | 1000000 | 1 | 11010 | 1100010 | 1000011 |
Color Harmonies of #FDA15A
Complementary color
Monochromatic Colors of #FDA15A
Black with #FDA15A
Text Example
Text Example
White with #FDA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA15A; }
p { color: rgb(253,161,90); }
H1.HeaderClassName
{
color: #FDA15A;
}
.AnyTagClassName
{
color: #FDA15A;
}
</style>
background-color css
<style>
a { background-color: #FDA15A; }
a { background-color: rgb(253,161,90); }
div.DivClassName
{
background-color: #FDA15A;
}
.BgClassName
{
background-color: #FDA15A;
}
</style>
border-color css
<style>
span { border-color: #FDA15A; }
span { border-color: rgb(253,161,90); }
td.TdClassName
{
border-color: #FDA15A;
}
.TagClassName
{
border-color: #FDA15A;
}
</style>