Shades of Sandy Brown #F89B5C
Tints of Sandy Brown #F89B5C
RGB
CMYK
RGB Variations
Color information
#F89B5C (or 0xF89B5C) is known color: Sandy Brown. HEX triplet: F8, 9B and 5C. RGB value is (248,155,92). Sum of RGB (Red+Green+Blue) = 248+155+92=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B5C is #0764A3. Grayscale: #AFAFAF. Windows color (decimal): -484516 or 6069240. OLE color: 6069240.
HSL color Cylindrical-coordinate representation of color #F89B5C: hue angle of 24.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F89B5C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 92 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.03 |
| HSL | 24.23º | 0.92% | 0.67% | - |
| HSV(B) | 24.23º | 0.63% | 0.97% | - |
| XYZ | 52.36 | 44.17 | 15.89 | - |
| YUV | 175.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 92 | 0 | 0.38 | 0.63 | 0.03 | 24.23 | 0.92 | 0.67 |
| Hex | F8 | 9B | 5C | 0 | 26 | 3F | 3 | 18 | 5C | 43 |
| Octal | 370 | 233 | 134 | 0 | 46 | 77 | 3 | 30 | 134 | 103 |
| Binary | 11111000 | 10011011 | 1011100 | 0 | 100110 | 111111 | 11 | 11000 | 1011100 | 1000011 |
Color Harmonies of #F89B5C
Complementary color
Monochromatic Colors of #F89B5C
Black with #F89B5C
Text Example
Text Example
White with #F89B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B5C; }
p { color: rgb(248,155,92); }
H1.HeaderClassName
{
color: #F89B5C;
}
.AnyTagClassName
{
color: #F89B5C;
}
</style>
background-color css
<style>
a { background-color: #F89B5C; }
a { background-color: rgb(248,155,92); }
div.DivClassName
{
background-color: #F89B5C;
}
.BgClassName
{
background-color: #F89B5C;
}
</style>
border-color css
<style>
span { border-color: #F89B5C; }
span { border-color: rgb(248,155,92); }
td.TdClassName
{
border-color: #F89B5C;
}
.TagClassName
{
border-color: #F89B5C;
}
</style>