Shades of Sandy Brown #FDA05C
Tints of Sandy Brown #FDA05C
RGB
CMYK
RGB Variations
Color information
#FDA05C (or 0xFDA05C) is known color: Sandy Brown. HEX triplet: FD, A0 and 5C. RGB value is (253,160,92). Sum of RGB (Red+Green+Blue) = 253+160+92=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA05C is #025FA3. Grayscale: #B4B4B4. Windows color (decimal): -155556 or 6070525. OLE color: 6070525.
HSL color Cylindrical-coordinate representation of color #FDA05C: hue angle of 25.34º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA05C is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 92 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.01 |
| HSL | 25.34º | 0.98% | 0.68% | - |
| HSV(B) | 25.34º | 0.64% | 0.99% | - |
| XYZ | 55.01 | 46.8 | 16.26 | - |
| YUV | 180.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 92 | 0 | 0.37 | 0.64 | 0.01 | 25.34 | 0.98 | 0.68 |
| Hex | FD | A0 | 5C | 0 | 25 | 40 | 1 | 19 | 62 | 44 |
| Octal | 375 | 240 | 134 | 0 | 45 | 100 | 1 | 31 | 142 | 104 |
| Binary | 11111101 | 10100000 | 1011100 | 0 | 100101 | 1000000 | 1 | 11001 | 1100010 | 1000100 |
Color Harmonies of #FDA05C
Complementary color
Monochromatic Colors of #FDA05C
Black with #FDA05C
Text Example
Text Example
White with #FDA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA05C; }
p { color: rgb(253,160,92); }
H1.HeaderClassName
{
color: #FDA05C;
}
.AnyTagClassName
{
color: #FDA05C;
}
</style>
background-color css
<style>
a { background-color: #FDA05C; }
a { background-color: rgb(253,160,92); }
div.DivClassName
{
background-color: #FDA05C;
}
.BgClassName
{
background-color: #FDA05C;
}
</style>
border-color css
<style>
span { border-color: #FDA05C; }
span { border-color: rgb(253,160,92); }
td.TdClassName
{
border-color: #FDA05C;
}
.TagClassName
{
border-color: #FDA05C;
}
</style>