Shades of Sandy Brown #F89B5E
Tints of Sandy Brown #F89B5E
RGB
CMYK
RGB Variations
Color information
#F89B5E (or 0xF89B5E) is known color: Sandy Brown. HEX triplet: F8, 9B and 5E. RGB value is (248,155,94). Sum of RGB (Red+Green+Blue) = 248+155+94=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B5E is #0764A1. Grayscale: #B0B0B0. Windows color (decimal): -484514 or 6200312. OLE color: 6200312.
HSL color Cylindrical-coordinate representation of color #F89B5E: hue angle of 23.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 #F89B5E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 94 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.03 |
| HSL | 23.77º | 0.92% | 0.67% | - |
| HSV(B) | 23.77º | 0.62% | 0.97% | - |
| XYZ | 52.45 | 44.21 | 16.36 | - |
| YUV | 175.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 94 | 0 | 0.38 | 0.62 | 0.03 | 23.77 | 0.92 | 0.67 |
| Hex | F8 | 9B | 5E | 0 | 26 | 3E | 3 | 18 | 5C | 43 |
| Octal | 370 | 233 | 136 | 0 | 46 | 76 | 3 | 30 | 134 | 103 |
| Binary | 11111000 | 10011011 | 1011110 | 0 | 100110 | 111110 | 11 | 11000 | 1011100 | 1000011 |
Color Harmonies of #F89B5E
Complementary color
Monochromatic Colors of #F89B5E
Black with #F89B5E
Text Example
Text Example
White with #F89B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B5E; }
p { color: rgb(248,155,94); }
H1.HeaderClassName
{
color: #F89B5E;
}
.AnyTagClassName
{
color: #F89B5E;
}
</style>
background-color css
<style>
a { background-color: #F89B5E; }
a { background-color: rgb(248,155,94); }
div.DivClassName
{
background-color: #F89B5E;
}
.BgClassName
{
background-color: #F89B5E;
}
</style>
border-color css
<style>
span { border-color: #F89B5E; }
span { border-color: rgb(248,155,94); }
td.TdClassName
{
border-color: #F89B5E;
}
.TagClassName
{
border-color: #F89B5E;
}
</style>