Shades of Sandy Brown #FDA35C
Tints of Sandy Brown #FDA35C
RGB
CMYK
RGB Variations
Color information
#FDA35C (or 0xFDA35C) is known color: Sandy Brown. HEX triplet: FD, A3 and 5C. RGB value is (253,163,92). Sum of RGB (Red+Green+Blue) = 253+163+92=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA35C is #025CA3. Grayscale: #B6B6B6. Windows color (decimal): -154788 or 6071293. OLE color: 6071293.
HSL color Cylindrical-coordinate representation of color #FDA35C: hue angle of 26.46º 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 #FDA35C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 92 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.01 |
| HSL | 26.46º | 0.98% | 0.68% | - |
| HSV(B) | 26.46º | 0.64% | 0.99% | - |
| XYZ | 55.54 | 47.85 | 16.43 | - |
| YUV | 181.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 92 | 0 | 0.36 | 0.64 | 0.01 | 26.46 | 0.98 | 0.68 |
| Hex | FD | A3 | 5C | 0 | 24 | 40 | 1 | 1A | 62 | 44 |
| Octal | 375 | 243 | 134 | 0 | 44 | 100 | 1 | 32 | 142 | 104 |
| Binary | 11111101 | 10100011 | 1011100 | 0 | 100100 | 1000000 | 1 | 11010 | 1100010 | 1000100 |
Color Harmonies of #FDA35C
Complementary color
Monochromatic Colors of #FDA35C
Black with #FDA35C
Text Example
Text Example
White with #FDA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA35C; }
p { color: rgb(253,163,92); }
H1.HeaderClassName
{
color: #FDA35C;
}
.AnyTagClassName
{
color: #FDA35C;
}
</style>
background-color css
<style>
a { background-color: #FDA35C; }
a { background-color: rgb(253,163,92); }
div.DivClassName
{
background-color: #FDA35C;
}
.BgClassName
{
background-color: #FDA35C;
}
</style>
border-color css
<style>
span { border-color: #FDA35C; }
span { border-color: rgb(253,163,92); }
td.TdClassName
{
border-color: #FDA35C;
}
.TagClassName
{
border-color: #FDA35C;
}
</style>