Shades of Sandy Brown #F89E5D
Tints of Sandy Brown #F89E5D
RGB
CMYK
RGB Variations
Color information
#F89E5D (or 0xF89E5D) is known color: Sandy Brown. HEX triplet: F8, 9E and 5D. RGB value is (248,158,93). Sum of RGB (Red+Green+Blue) = 248+158+93=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E5D is #0761A2. Grayscale: #B1B1B1. Windows color (decimal): -483747 or 6135544. OLE color: 6135544.
HSL color Cylindrical-coordinate representation of color #F89E5D: hue angle of 25.16º 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 #F89E5D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 93 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.03 |
| HSL | 25.16º | 0.92% | 0.67% | - |
| HSV(B) | 25.16º | 0.63% | 0.97% | - |
| XYZ | 52.91 | 45.2 | 16.29 | - |
| YUV | 177.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 93 | 0 | 0.36 | 0.62 | 0.03 | 25.16 | 0.92 | 0.67 |
| Hex | F8 | 9E | 5D | 0 | 24 | 3E | 3 | 19 | 5C | 43 |
| Octal | 370 | 236 | 135 | 0 | 44 | 76 | 3 | 31 | 134 | 103 |
| Binary | 11111000 | 10011110 | 1011101 | 0 | 100100 | 111110 | 11 | 11001 | 1011100 | 1000011 |
Color Harmonies of #F89E5D
Complementary color
Monochromatic Colors of #F89E5D
Black with #F89E5D
Text Example
Text Example
White with #F89E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E5D; }
p { color: rgb(248,158,93); }
H1.HeaderClassName
{
color: #F89E5D;
}
.AnyTagClassName
{
color: #F89E5D;
}
</style>
background-color css
<style>
a { background-color: #F89E5D; }
a { background-color: rgb(248,158,93); }
div.DivClassName
{
background-color: #F89E5D;
}
.BgClassName
{
background-color: #F89E5D;
}
</style>
border-color css
<style>
span { border-color: #F89E5D; }
span { border-color: rgb(248,158,93); }
td.TdClassName
{
border-color: #F89E5D;
}
.TagClassName
{
border-color: #F89E5D;
}
</style>