Shades of Sandy Brown #FDA256
Tints of Sandy Brown #FDA256
RGB
CMYK
RGB Variations
Color information
#FDA256 (or 0xFDA256) is known color: Sandy Brown. HEX triplet: FD, A2 and 56. RGB value is (253,162,86). Sum of RGB (Red+Green+Blue) = 253+162+86=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA256 is #025DA9. Grayscale: #B4B4B4. Windows color (decimal): -155050 or 5677821. OLE color: 5677821.
HSL color Cylindrical-coordinate representation of color #FDA256: hue angle of 27.31º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDA256 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 86 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.01 |
| HSL | 27.31º | 0.98% | 0.66% | - |
| HSV(B) | 27.31º | 0.66% | 0.99% | - |
| XYZ | 55.11 | 47.4 | 15.05 | - |
| YUV | 180.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 86 | 0 | 0.36 | 0.66 | 0.01 | 27.31 | 0.98 | 0.66 |
| Hex | FD | A2 | 56 | 0 | 24 | 42 | 1 | 1B | 62 | 42 |
| Octal | 375 | 242 | 126 | 0 | 44 | 102 | 1 | 33 | 142 | 102 |
| Binary | 11111101 | 10100010 | 1010110 | 0 | 100100 | 1000010 | 1 | 11011 | 1100010 | 1000010 |
Color Harmonies of #FDA256
Complementary color
Monochromatic Colors of #FDA256
Black with #FDA256
Text Example
Text Example
White with #FDA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA256; }
p { color: rgb(253,162,86); }
H1.HeaderClassName
{
color: #FDA256;
}
.AnyTagClassName
{
color: #FDA256;
}
</style>
background-color css
<style>
a { background-color: #FDA256; }
a { background-color: rgb(253,162,86); }
div.DivClassName
{
background-color: #FDA256;
}
.BgClassName
{
background-color: #FDA256;
}
</style>
border-color css
<style>
span { border-color: #FDA256; }
span { border-color: rgb(253,162,86); }
td.TdClassName
{
border-color: #FDA256;
}
.TagClassName
{
border-color: #FDA256;
}
</style>