Shades of Sandy Brown #FDA15C
Tints of Sandy Brown #FDA15C
RGB
CMYK
RGB Variations
Color information
#FDA15C (or 0xFDA15C) is known color: Sandy Brown. HEX triplet: FD, A1 and 5C. RGB value is (253,161,92). Sum of RGB (Red+Green+Blue) = 253+161+92=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA15C is #025EA3. Grayscale: #B5B5B5. Windows color (decimal): -155300 or 6070781. OLE color: 6070781.
HSL color Cylindrical-coordinate representation of color #FDA15C: hue angle of 25.71º 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 #FDA15C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 92 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.01 |
| HSL | 25.71º | 0.98% | 0.68% | - |
| HSV(B) | 25.71º | 0.64% | 0.99% | - |
| XYZ | 55.18 | 47.15 | 16.32 | - |
| YUV | 180.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 92 | 0 | 0.36 | 0.64 | 0.01 | 25.71 | 0.98 | 0.68 |
| Hex | FD | A1 | 5C | 0 | 24 | 40 | 1 | 1A | 62 | 44 |
| Octal | 375 | 241 | 134 | 0 | 44 | 100 | 1 | 32 | 142 | 104 |
| Binary | 11111101 | 10100001 | 1011100 | 0 | 100100 | 1000000 | 1 | 11010 | 1100010 | 1000100 |
Color Harmonies of #FDA15C
Complementary color
Monochromatic Colors of #FDA15C
Black with #FDA15C
Text Example
Text Example
White with #FDA15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA15C; }
p { color: rgb(253,161,92); }
H1.HeaderClassName
{
color: #FDA15C;
}
.AnyTagClassName
{
color: #FDA15C;
}
</style>
background-color css
<style>
a { background-color: #FDA15C; }
a { background-color: rgb(253,161,92); }
div.DivClassName
{
background-color: #FDA15C;
}
.BgClassName
{
background-color: #FDA15C;
}
</style>
border-color css
<style>
span { border-color: #FDA15C; }
span { border-color: rgb(253,161,92); }
td.TdClassName
{
border-color: #FDA15C;
}
.TagClassName
{
border-color: #FDA15C;
}
</style>