Shades of Sandy Brown #F5A45D
Tints of Sandy Brown #F5A45D
RGB
CMYK
RGB Variations
Color information
#F5A45D (or 0xF5A45D) is known color: Sandy Brown. HEX triplet: F5, A4 and 5D. RGB value is (245,164,93). Sum of RGB (Red+Green+Blue) = 245+164+93=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A45D is #0A5BA2. Grayscale: #B4B4B4. Windows color (decimal): -678819 or 6137077. OLE color: 6137077.
HSL color Cylindrical-coordinate representation of color #F5A45D: hue angle of 28.03º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5A45D is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 93 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.04 |
| HSL | 28.03º | 0.88% | 0.66% | - |
| HSV(B) | 28.03º | 0.62% | 0.96% | - |
| XYZ | 52.91 | 46.75 | 16.59 | - |
| YUV | 180.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 93 | 0 | 0.33 | 0.62 | 0.04 | 28.03 | 0.88 | 0.66 |
| Hex | F5 | A4 | 5D | 0 | 21 | 3E | 4 | 1C | 58 | 42 |
| Octal | 365 | 244 | 135 | 0 | 41 | 76 | 4 | 34 | 130 | 102 |
| Binary | 11110101 | 10100100 | 1011101 | 0 | 100001 | 111110 | 100 | 11100 | 1011000 | 1000010 |
Color Harmonies of #F5A45D
Complementary color
Monochromatic Colors of #F5A45D
Black with #F5A45D
Text Example
Text Example
White with #F5A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A45D; }
p { color: rgb(245,164,93); }
H1.HeaderClassName
{
color: #F5A45D;
}
.AnyTagClassName
{
color: #F5A45D;
}
</style>
background-color css
<style>
a { background-color: #F5A45D; }
a { background-color: rgb(245,164,93); }
div.DivClassName
{
background-color: #F5A45D;
}
.BgClassName
{
background-color: #F5A45D;
}
</style>
border-color css
<style>
span { border-color: #F5A45D; }
span { border-color: rgb(245,164,93); }
td.TdClassName
{
border-color: #F5A45D;
}
.TagClassName
{
border-color: #F5A45D;
}
</style>