Shades of Sandy Brown #F89C60
Tints of Sandy Brown #F89C60
RGB
CMYK
RGB Variations
Color information
#F89C60 (or 0xF89C60) is known color: Sandy Brown. HEX triplet: F8, 9C and 60. RGB value is (248,156,96). Sum of RGB (Red+Green+Blue) = 248+156+96=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C60 is #07639F. Grayscale: #B1B1B1. Windows color (decimal): -484256 or 6331640. OLE color: 6331640.
HSL color Cylindrical-coordinate representation of color #F89C60: hue angle of 23.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F89C60 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 96 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.03 |
| HSL | 23.68º | 0.92% | 0.67% | - |
| HSV(B) | 23.68º | 0.61% | 0.97% | - |
| XYZ | 52.71 | 44.58 | 16.89 | - |
| YUV | 176.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 96 | 0 | 0.37 | 0.61 | 0.03 | 23.68 | 0.92 | 0.67 |
| Hex | F8 | 9C | 60 | 0 | 25 | 3D | 3 | 18 | 5C | 43 |
| Octal | 370 | 234 | 140 | 0 | 45 | 75 | 3 | 30 | 134 | 103 |
| Binary | 11111000 | 10011100 | 1100000 | 0 | 100101 | 111101 | 11 | 11000 | 1011100 | 1000011 |
Color Harmonies of #F89C60
Complementary color
Monochromatic Colors of #F89C60
Black with #F89C60
Text Example
Text Example
White with #F89C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C60; }
p { color: rgb(248,156,96); }
H1.HeaderClassName
{
color: #F89C60;
}
.AnyTagClassName
{
color: #F89C60;
}
</style>
background-color css
<style>
a { background-color: #F89C60; }
a { background-color: rgb(248,156,96); }
div.DivClassName
{
background-color: #F89C60;
}
.BgClassName
{
background-color: #F89C60;
}
</style>
border-color css
<style>
span { border-color: #F89C60; }
span { border-color: rgb(248,156,96); }
td.TdClassName
{
border-color: #F89C60;
}
.TagClassName
{
border-color: #F89C60;
}
</style>