Shades of Sandy Brown #F5A95D
Tints of Sandy Brown #F5A95D
RGB
CMYK
RGB Variations
Color information
#F5A95D (or 0xF5A95D) is known color: Sandy Brown. HEX triplet: F5, A9 and 5D. RGB value is (245,169,93). Sum of RGB (Red+Green+Blue) = 245+169+93=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A95D is #0A56A2. Grayscale: #B7B7B7. Windows color (decimal): -677539 or 6138357. OLE color: 6138357.
HSL color Cylindrical-coordinate representation of color #F5A95D: hue angle of 30º 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 #F5A95D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 93 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.04 |
| HSL | 30º | 0.88% | 0.66% | - |
| HSV(B) | 30º | 0.62% | 0.96% | - |
| XYZ | 53.82 | 48.58 | 16.9 | - |
| YUV | 183.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 93 | 0 | 0.31 | 0.62 | 0.04 | 30 | 0.88 | 0.66 |
| Hex | F5 | A9 | 5D | 0 | 1F | 3E | 4 | 1E | 58 | 42 |
| Octal | 365 | 251 | 135 | 0 | 37 | 76 | 4 | 36 | 130 | 102 |
| Binary | 11110101 | 10101001 | 1011101 | 0 | 11111 | 111110 | 100 | 11110 | 1011000 | 1000010 |
Color Harmonies of #F5A95D
Complementary color
Monochromatic Colors of #F5A95D
Black with #F5A95D
Text Example
Text Example
White with #F5A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A95D; }
p { color: rgb(245,169,93); }
H1.HeaderClassName
{
color: #F5A95D;
}
.AnyTagClassName
{
color: #F5A95D;
}
</style>
background-color css
<style>
a { background-color: #F5A95D; }
a { background-color: rgb(245,169,93); }
div.DivClassName
{
background-color: #F5A95D;
}
.BgClassName
{
background-color: #F5A95D;
}
</style>
border-color css
<style>
span { border-color: #F5A95D; }
span { border-color: rgb(245,169,93); }
td.TdClassName
{
border-color: #F5A95D;
}
.TagClassName
{
border-color: #F5A95D;
}
</style>