Shades of Sandy Brown #FDA365
Tints of Sandy Brown #FDA365
RGB
CMYK
RGB Variations
Color information
#FDA365 (or 0xFDA365) is known color: Sandy Brown. HEX triplet: FD, A3 and 65. RGB value is (253,163,101). Sum of RGB (Red+Green+Blue) = 253+163+101=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA365 is #025C9A. Grayscale: #B7B7B7. Windows color (decimal): -154779 or 6661117. OLE color: 6661117.
HSL color Cylindrical-coordinate representation of color #FDA365: hue angle of 24.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA365 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 101 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.01 |
| HSL | 24.47º | 0.97% | 0.69% | - |
| HSV(B) | 24.47º | 0.6% | 0.99% | - |
| XYZ | 55.95 | 48.02 | 18.63 | - |
| YUV | 182.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 101 | 0 | 0.36 | 0.60 | 0.01 | 24.47 | 0.97 | 0.69 |
| Hex | FD | A3 | 65 | 0 | 24 | 3C | 1 | 18 | 61 | 45 |
| Octal | 375 | 243 | 145 | 0 | 44 | 74 | 1 | 30 | 141 | 105 |
| Binary | 11111101 | 10100011 | 1100101 | 0 | 100100 | 111100 | 1 | 11000 | 1100001 | 1000101 |
Color Harmonies of #FDA365
Complementary color
Monochromatic Colors of #FDA365
Black with #FDA365
Text Example
Text Example
White with #FDA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA365; }
p { color: rgb(253,163,101); }
H1.HeaderClassName
{
color: #FDA365;
}
.AnyTagClassName
{
color: #FDA365;
}
</style>
background-color css
<style>
a { background-color: #FDA365; }
a { background-color: rgb(253,163,101); }
div.DivClassName
{
background-color: #FDA365;
}
.BgClassName
{
background-color: #FDA365;
}
</style>
border-color css
<style>
span { border-color: #FDA365; }
span { border-color: rgb(253,163,101); }
td.TdClassName
{
border-color: #FDA365;
}
.TagClassName
{
border-color: #FDA365;
}
</style>