Shades of Sandy Brown #FD9F5A
Tints of Sandy Brown #FD9F5A
RGB
CMYK
RGB Variations
Color information
#FD9F5A (or 0xFD9F5A) is known color: Sandy Brown. HEX triplet: FD, 9F and 5A. RGB value is (253,159,90). Sum of RGB (Red+Green+Blue) = 253+159+90=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9F5A is #0260A5. Grayscale: #B3B3B3. Windows color (decimal): -155814 or 5939197. OLE color: 5939197.
HSL color Cylindrical-coordinate representation of color #FD9F5A: hue angle of 25.4º 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 #FD9F5A is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 159 | 90 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.01 |
| HSL | 25.4º | 0.98% | 0.67% | - |
| HSV(B) | 25.4º | 0.64% | 0.99% | - |
| XYZ | 54.75 | 46.42 | 15.75 | - |
| YUV | 179.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 159 | 90 | 0 | 0.37 | 0.64 | 0.01 | 25.4 | 0.98 | 0.67 |
| Hex | FD | 9F | 5A | 0 | 25 | 40 | 1 | 19 | 62 | 43 |
| Octal | 375 | 237 | 132 | 0 | 45 | 100 | 1 | 31 | 142 | 103 |
| Binary | 11111101 | 10011111 | 1011010 | 0 | 100101 | 1000000 | 1 | 11001 | 1100010 | 1000011 |
Color Harmonies of #FD9F5A
Complementary color
Monochromatic Colors of #FD9F5A
Black with #FD9F5A
Text Example
Text Example
White with #FD9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9F5A; }
p { color: rgb(253,159,90); }
H1.HeaderClassName
{
color: #FD9F5A;
}
.AnyTagClassName
{
color: #FD9F5A;
}
</style>
background-color css
<style>
a { background-color: #FD9F5A; }
a { background-color: rgb(253,159,90); }
div.DivClassName
{
background-color: #FD9F5A;
}
.BgClassName
{
background-color: #FD9F5A;
}
</style>
border-color css
<style>
span { border-color: #FD9F5A; }
span { border-color: rgb(253,159,90); }
td.TdClassName
{
border-color: #FD9F5A;
}
.TagClassName
{
border-color: #FD9F5A;
}
</style>