Shades of Sandy Brown #FDA665
Tints of Sandy Brown #FDA665
RGB
CMYK
RGB Variations
Color information
#FDA665 (or 0xFDA665) is known color: Sandy Brown. HEX triplet: FD, A6 and 65. RGB value is (253,166,101). Sum of RGB (Red+Green+Blue) = 253+166+101=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA665 is #02599A. Grayscale: #B8B8B8. Windows color (decimal): -154011 or 6661885. OLE color: 6661885.
HSL color Cylindrical-coordinate representation of color #FDA665: hue angle of 25.66º 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 #FDA665 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 101 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.01 |
| HSL | 25.66º | 0.97% | 0.69% | - |
| HSV(B) | 25.66º | 0.6% | 0.99% | - |
| XYZ | 56.49 | 49.09 | 18.81 | - |
| YUV | 184.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 101 | 0 | 0.34 | 0.60 | 0.01 | 25.66 | 0.97 | 0.69 |
| Hex | FD | A6 | 65 | 0 | 22 | 3C | 1 | 1A | 61 | 45 |
| Octal | 375 | 246 | 145 | 0 | 42 | 74 | 1 | 32 | 141 | 105 |
| Binary | 11111101 | 10100110 | 1100101 | 0 | 100010 | 111100 | 1 | 11010 | 1100001 | 1000101 |
Color Harmonies of #FDA665
Complementary color
Monochromatic Colors of #FDA665
Black with #FDA665
Text Example
Text Example
White with #FDA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA665; }
p { color: rgb(253,166,101); }
H1.HeaderClassName
{
color: #FDA665;
}
.AnyTagClassName
{
color: #FDA665;
}
</style>
background-color css
<style>
a { background-color: #FDA665; }
a { background-color: rgb(253,166,101); }
div.DivClassName
{
background-color: #FDA665;
}
.BgClassName
{
background-color: #FDA665;
}
</style>
border-color css
<style>
span { border-color: #FDA665; }
span { border-color: rgb(253,166,101); }
td.TdClassName
{
border-color: #FDA665;
}
.TagClassName
{
border-color: #FDA665;
}
</style>