Shades of Sandy Brown #F89F5D
Tints of Sandy Brown #F89F5D
RGB
CMYK
RGB Variations
Color information
#F89F5D (or 0xF89F5D) is known color: Sandy Brown. HEX triplet: F8, 9F and 5D. RGB value is (248,159,93). Sum of RGB (Red+Green+Blue) = 248+159+93=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89F5D is #0760A2. Grayscale: #B2B2B2. Windows color (decimal): -483491 or 6135800. OLE color: 6135800.
HSL color Cylindrical-coordinate representation of color #F89F5D: hue angle of 25.55º 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 #F89F5D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 93 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.03 |
| HSL | 25.55º | 0.92% | 0.67% | - |
| HSV(B) | 25.55º | 0.63% | 0.97% | - |
| XYZ | 53.09 | 45.54 | 16.35 | - |
| YUV | 178.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 93 | 0 | 0.36 | 0.62 | 0.03 | 25.55 | 0.92 | 0.67 |
| Hex | F8 | 9F | 5D | 0 | 24 | 3E | 3 | 1A | 5C | 43 |
| Octal | 370 | 237 | 135 | 0 | 44 | 76 | 3 | 32 | 134 | 103 |
| Binary | 11111000 | 10011111 | 1011101 | 0 | 100100 | 111110 | 11 | 11010 | 1011100 | 1000011 |
Color Harmonies of #F89F5D
Complementary color
Monochromatic Colors of #F89F5D
Black with #F89F5D
Text Example
Text Example
White with #F89F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F5D; }
p { color: rgb(248,159,93); }
H1.HeaderClassName
{
color: #F89F5D;
}
.AnyTagClassName
{
color: #F89F5D;
}
</style>
background-color css
<style>
a { background-color: #F89F5D; }
a { background-color: rgb(248,159,93); }
div.DivClassName
{
background-color: #F89F5D;
}
.BgClassName
{
background-color: #F89F5D;
}
</style>
border-color css
<style>
span { border-color: #F89F5D; }
span { border-color: rgb(248,159,93); }
td.TdClassName
{
border-color: #F89F5D;
}
.TagClassName
{
border-color: #F89F5D;
}
</style>