Shades of Sandy Brown #F89D5D
Tints of Sandy Brown #F89D5D
RGB
CMYK
RGB Variations
Color information
#F89D5D (or 0xF89D5D) is known color: Sandy Brown. HEX triplet: F8, 9D and 5D. RGB value is (248,157,93). Sum of RGB (Red+Green+Blue) = 248+157+93=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D5D is #0762A2. Grayscale: #B1B1B1. Windows color (decimal): -484003 or 6135288. OLE color: 6135288.
HSL color Cylindrical-coordinate representation of color #F89D5D: hue angle of 24.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F89D5D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 93 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.03 |
| HSL | 24.77º | 0.92% | 0.67% | - |
| HSV(B) | 24.77º | 0.63% | 0.97% | - |
| XYZ | 52.74 | 44.86 | 16.23 | - |
| YUV | 176.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 93 | 0 | 0.37 | 0.62 | 0.03 | 24.77 | 0.92 | 0.67 |
| Hex | F8 | 9D | 5D | 0 | 25 | 3E | 3 | 19 | 5C | 43 |
| Octal | 370 | 235 | 135 | 0 | 45 | 76 | 3 | 31 | 134 | 103 |
| Binary | 11111000 | 10011101 | 1011101 | 0 | 100101 | 111110 | 11 | 11001 | 1011100 | 1000011 |
Color Harmonies of #F89D5D
Complementary color
Monochromatic Colors of #F89D5D
Black with #F89D5D
Text Example
Text Example
White with #F89D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D5D; }
p { color: rgb(248,157,93); }
H1.HeaderClassName
{
color: #F89D5D;
}
.AnyTagClassName
{
color: #F89D5D;
}
</style>
background-color css
<style>
a { background-color: #F89D5D; }
a { background-color: rgb(248,157,93); }
div.DivClassName
{
background-color: #F89D5D;
}
.BgClassName
{
background-color: #F89D5D;
}
</style>
border-color css
<style>
span { border-color: #F89D5D; }
span { border-color: rgb(248,157,93); }
td.TdClassName
{
border-color: #F89D5D;
}
.TagClassName
{
border-color: #F89D5D;
}
</style>