Shades of Sandy Brown #FDA364
Tints of Sandy Brown #FDA364
RGB
CMYK
RGB Variations
Color information
#FDA364 (or 0xFDA364) is known color: Sandy Brown. HEX triplet: FD, A3 and 64. RGB value is (253,163,100). Sum of RGB (Red+Green+Blue) = 253+163+100=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA364 is #025C9B. Grayscale: #B7B7B7. Windows color (decimal): -154780 or 6595581. OLE color: 6595581.
HSL color Cylindrical-coordinate representation of color #FDA364: hue angle of 24.71º 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 #FDA364 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 100 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.01 |
| HSL | 24.71º | 0.97% | 0.69% | - |
| HSV(B) | 24.71º | 0.6% | 0.99% | - |
| XYZ | 55.91 | 48 | 18.37 | - |
| YUV | 182.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 100 | 0 | 0.36 | 0.60 | 0.01 | 24.71 | 0.97 | 0.69 |
| Hex | FD | A3 | 64 | 0 | 24 | 3C | 1 | 19 | 61 | 45 |
| Octal | 375 | 243 | 144 | 0 | 44 | 74 | 1 | 31 | 141 | 105 |
| Binary | 11111101 | 10100011 | 1100100 | 0 | 100100 | 111100 | 1 | 11001 | 1100001 | 1000101 |
Color Harmonies of #FDA364
Complementary color
Monochromatic Colors of #FDA364
Black with #FDA364
Text Example
Text Example
White with #FDA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA364; }
p { color: rgb(253,163,100); }
H1.HeaderClassName
{
color: #FDA364;
}
.AnyTagClassName
{
color: #FDA364;
}
</style>
background-color css
<style>
a { background-color: #FDA364; }
a { background-color: rgb(253,163,100); }
div.DivClassName
{
background-color: #FDA364;
}
.BgClassName
{
background-color: #FDA364;
}
</style>
border-color css
<style>
span { border-color: #FDA364; }
span { border-color: rgb(253,163,100); }
td.TdClassName
{
border-color: #FDA364;
}
.TagClassName
{
border-color: #FDA364;
}
</style>