Shades of Sandy Brown #F5A361
Tints of Sandy Brown #F5A361
RGB
CMYK
RGB Variations
Color information
#F5A361 (or 0xF5A361) is known color: Sandy Brown. HEX triplet: F5, A3 and 61. RGB value is (245,163,97). Sum of RGB (Red+Green+Blue) = 245+163+97=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A361 is #0A5C9E. Grayscale: #B4B4B4. Windows color (decimal): -679071 or 6398965. OLE color: 6398965.
HSL color Cylindrical-coordinate representation of color #F5A361: hue angle of 26.76º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5A361 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 97 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.04 |
| HSL | 26.76º | 0.88% | 0.67% | - |
| HSV(B) | 26.76º | 0.6% | 0.96% | - |
| XYZ | 52.91 | 46.47 | 17.49 | - |
| YUV | 179.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 97 | 0 | 0.33 | 0.60 | 0.04 | 26.76 | 0.88 | 0.67 |
| Hex | F5 | A3 | 61 | 0 | 21 | 3C | 4 | 1B | 58 | 43 |
| Octal | 365 | 243 | 141 | 0 | 41 | 74 | 4 | 33 | 130 | 103 |
| Binary | 11110101 | 10100011 | 1100001 | 0 | 100001 | 111100 | 100 | 11011 | 1011000 | 1000011 |
Color Harmonies of #F5A361
Complementary color
Monochromatic Colors of #F5A361
Black with #F5A361
Text Example
Text Example
White with #F5A361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A361; }
p { color: rgb(245,163,97); }
H1.HeaderClassName
{
color: #F5A361;
}
.AnyTagClassName
{
color: #F5A361;
}
</style>
background-color css
<style>
a { background-color: #F5A361; }
a { background-color: rgb(245,163,97); }
div.DivClassName
{
background-color: #F5A361;
}
.BgClassName
{
background-color: #F5A361;
}
</style>
border-color css
<style>
span { border-color: #F5A361; }
span { border-color: rgb(245,163,97); }
td.TdClassName
{
border-color: #F5A361;
}
.TagClassName
{
border-color: #F5A361;
}
</style>