Shades of Sandy Brown #FDA35A
Tints of Sandy Brown #FDA35A
RGB
CMYK
RGB Variations
Color information
#FDA35A (or 0xFDA35A) is known color: Sandy Brown. HEX triplet: FD, A3 and 5A. RGB value is (253,163,90). Sum of RGB (Red+Green+Blue) = 253+163+90=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA35A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA35A is #025CA5. Grayscale: #B5B5B5. Windows color (decimal): -154790 or 5940221. OLE color: 5940221.
HSL color Cylindrical-coordinate representation of color #FDA35A: hue angle of 26.87º 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 #FDA35A is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 90 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.01 |
| HSL | 26.87º | 0.98% | 0.67% | - |
| HSV(B) | 26.87º | 0.64% | 0.99% | - |
| XYZ | 55.45 | 47.82 | 15.98 | - |
| YUV | 181.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 90 | 0 | 0.36 | 0.64 | 0.01 | 26.87 | 0.98 | 0.67 |
| Hex | FD | A3 | 5A | 0 | 24 | 40 | 1 | 1B | 62 | 43 |
| Octal | 375 | 243 | 132 | 0 | 44 | 100 | 1 | 33 | 142 | 103 |
| Binary | 11111101 | 10100011 | 1011010 | 0 | 100100 | 1000000 | 1 | 11011 | 1100010 | 1000011 |
Color Harmonies of #FDA35A
Complementary color
Monochromatic Colors of #FDA35A
Black with #FDA35A
Text Example
Text Example
White with #FDA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA35A; }
p { color: rgb(253,163,90); }
H1.HeaderClassName
{
color: #FDA35A;
}
.AnyTagClassName
{
color: #FDA35A;
}
</style>
background-color css
<style>
a { background-color: #FDA35A; }
a { background-color: rgb(253,163,90); }
div.DivClassName
{
background-color: #FDA35A;
}
.BgClassName
{
background-color: #FDA35A;
}
</style>
border-color css
<style>
span { border-color: #FDA35A; }
span { border-color: rgb(253,163,90); }
td.TdClassName
{
border-color: #FDA35A;
}
.TagClassName
{
border-color: #FDA35A;
}
</style>