Shades of Sandy Brown #FDA05E
Tints of Sandy Brown #FDA05E
RGB
CMYK
RGB Variations
Color information
#FDA05E (or 0xFDA05E) is known color: Sandy Brown. HEX triplet: FD, A0 and 5E. RGB value is (253,160,94). Sum of RGB (Red+Green+Blue) = 253+160+94=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA05E is #025FA1. Grayscale: #B4B4B4. Windows color (decimal): -155554 or 6201597. OLE color: 6201597.
HSL color Cylindrical-coordinate representation of color #FDA05E: hue angle of 24.91º 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 #FDA05E is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 94 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.01 |
| HSL | 24.91º | 0.98% | 0.68% | - |
| HSV(B) | 24.91º | 0.63% | 0.99% | - |
| XYZ | 55.1 | 46.83 | 16.73 | - |
| YUV | 180.28 | 79.31 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 94 | 0 | 0.37 | 0.63 | 0.01 | 24.91 | 0.98 | 0.68 |
| Hex | FD | A0 | 5E | 0 | 25 | 3F | 1 | 19 | 62 | 44 |
| Octal | 375 | 240 | 136 | 0 | 45 | 77 | 1 | 31 | 142 | 104 |
| Binary | 11111101 | 10100000 | 1011110 | 0 | 100101 | 111111 | 1 | 11001 | 1100010 | 1000100 |
Color Harmonies of #FDA05E
Complementary color
Monochromatic Colors of #FDA05E
Black with #FDA05E
Text Example
Text Example
White with #FDA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA05E; }
p { color: rgb(253,160,94); }
H1.HeaderClassName
{
color: #FDA05E;
}
.AnyTagClassName
{
color: #FDA05E;
}
</style>
background-color css
<style>
a { background-color: #FDA05E; }
a { background-color: rgb(253,160,94); }
div.DivClassName
{
background-color: #FDA05E;
}
.BgClassName
{
background-color: #FDA05E;
}
</style>
border-color css
<style>
span { border-color: #FDA05E; }
span { border-color: rgb(253,160,94); }
td.TdClassName
{
border-color: #FDA05E;
}
.TagClassName
{
border-color: #FDA05E;
}
</style>