Shades of Sandy Brown #F5A45E
Tints of Sandy Brown #F5A45E
RGB
CMYK
RGB Variations
Color information
#F5A45E (or 0xF5A45E) is known color: Sandy Brown. HEX triplet: F5, A4 and 5E. RGB value is (245,164,94). Sum of RGB (Red+Green+Blue) = 245+164+94=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A45E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A45E is #0A5BA1. Grayscale: #B4B4B4. Windows color (decimal): -678818 or 6202613. OLE color: 6202613.
HSL color Cylindrical-coordinate representation of color #F5A45E: hue angle of 27.81º 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 #F5A45E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 94 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.04 |
| HSL | 27.81º | 0.88% | 0.66% | - |
| HSV(B) | 27.81º | 0.62% | 0.96% | - |
| XYZ | 52.95 | 46.77 | 16.83 | - |
| YUV | 180.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 94 | 0 | 0.33 | 0.62 | 0.04 | 27.81 | 0.88 | 0.66 |
| Hex | F5 | A4 | 5E | 0 | 21 | 3E | 4 | 1C | 58 | 42 |
| Octal | 365 | 244 | 136 | 0 | 41 | 76 | 4 | 34 | 130 | 102 |
| Binary | 11110101 | 10100100 | 1011110 | 0 | 100001 | 111110 | 100 | 11100 | 1011000 | 1000010 |
Color Harmonies of #F5A45E
Complementary color
Monochromatic Colors of #F5A45E
Black with #F5A45E
Text Example
Text Example
White with #F5A45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A45E; }
p { color: rgb(245,164,94); }
H1.HeaderClassName
{
color: #F5A45E;
}
.AnyTagClassName
{
color: #F5A45E;
}
</style>
background-color css
<style>
a { background-color: #F5A45E; }
a { background-color: rgb(245,164,94); }
div.DivClassName
{
background-color: #F5A45E;
}
.BgClassName
{
background-color: #F5A45E;
}
</style>
border-color css
<style>
span { border-color: #F5A45E; }
span { border-color: rgb(245,164,94); }
td.TdClassName
{
border-color: #F5A45E;
}
.TagClassName
{
border-color: #F5A45E;
}
</style>