Shades of Sandy Brown #FDA05B
Tints of Sandy Brown #FDA05B
RGB
CMYK
RGB Variations
Color information
#FDA05B (or 0xFDA05B) is known color: Sandy Brown. HEX triplet: FD, A0 and 5B. RGB value is (253,160,91). Sum of RGB (Red+Green+Blue) = 253+160+91=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA05B is #025FA4. Grayscale: #B4B4B4. Windows color (decimal): -155557 or 6004989. OLE color: 6004989.
HSL color Cylindrical-coordinate representation of color #FDA05B: hue angle of 25.56º 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 #FDA05B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 91 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.01 |
| HSL | 25.56º | 0.98% | 0.67% | - |
| HSV(B) | 25.56º | 0.64% | 0.99% | - |
| XYZ | 54.97 | 46.78 | 16.03 | - |
| YUV | 179.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 91 | 0 | 0.37 | 0.64 | 0.01 | 25.56 | 0.98 | 0.67 |
| Hex | FD | A0 | 5B | 0 | 25 | 40 | 1 | 1A | 62 | 43 |
| Octal | 375 | 240 | 133 | 0 | 45 | 100 | 1 | 32 | 142 | 103 |
| Binary | 11111101 | 10100000 | 1011011 | 0 | 100101 | 1000000 | 1 | 11010 | 1100010 | 1000011 |
Color Harmonies of #FDA05B
Complementary color
Monochromatic Colors of #FDA05B
Black with #FDA05B
Text Example
Text Example
White with #FDA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA05B; }
p { color: rgb(253,160,91); }
H1.HeaderClassName
{
color: #FDA05B;
}
.AnyTagClassName
{
color: #FDA05B;
}
</style>
background-color css
<style>
a { background-color: #FDA05B; }
a { background-color: rgb(253,160,91); }
div.DivClassName
{
background-color: #FDA05B;
}
.BgClassName
{
background-color: #FDA05B;
}
</style>
border-color css
<style>
span { border-color: #FDA05B; }
span { border-color: rgb(253,160,91); }
td.TdClassName
{
border-color: #FDA05B;
}
.TagClassName
{
border-color: #FDA05B;
}
</style>