Shades of Sandy Brown #F89B5D
Tints of Sandy Brown #F89B5D
RGB
CMYK
RGB Variations
Color information
#F89B5D (or 0xF89B5D) is known color: Sandy Brown. HEX triplet: F8, 9B and 5D. RGB value is (248,155,93). Sum of RGB (Red+Green+Blue) = 248+155+93=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B5D is #0764A2. Grayscale: #B0B0B0. Windows color (decimal): -484515 or 6134776. OLE color: 6134776.
HSL color Cylindrical-coordinate representation of color #F89B5D: hue angle of 24º 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 #F89B5D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 93 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.03 |
| HSL | 24º | 0.92% | 0.67% | - |
| HSV(B) | 24º | 0.63% | 0.97% | - |
| XYZ | 52.41 | 44.19 | 16.12 | - |
| YUV | 175.74 | 81.31 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 93 | 0 | 0.38 | 0.62 | 0.03 | 24 | 0.92 | 0.67 |
| Hex | F8 | 9B | 5D | 0 | 26 | 3E | 3 | 18 | 5C | 43 |
| Octal | 370 | 233 | 135 | 0 | 46 | 76 | 3 | 30 | 134 | 103 |
| Binary | 11111000 | 10011011 | 1011101 | 0 | 100110 | 111110 | 11 | 11000 | 1011100 | 1000011 |
Color Harmonies of #F89B5D
Complementary color
Monochromatic Colors of #F89B5D
Black with #F89B5D
Text Example
Text Example
White with #F89B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B5D; }
p { color: rgb(248,155,93); }
H1.HeaderClassName
{
color: #F89B5D;
}
.AnyTagClassName
{
color: #F89B5D;
}
</style>
background-color css
<style>
a { background-color: #F89B5D; }
a { background-color: rgb(248,155,93); }
div.DivClassName
{
background-color: #F89B5D;
}
.BgClassName
{
background-color: #F89B5D;
}
</style>
border-color css
<style>
span { border-color: #F89B5D; }
span { border-color: rgb(248,155,93); }
td.TdClassName
{
border-color: #F89B5D;
}
.TagClassName
{
border-color: #F89B5D;
}
</style>