Shades of Sandy Brown #F19860
Tints of Sandy Brown #F19860
RGB
CMYK
RGB Variations
Color information
#F19860 (or 0xF19860) is known color: Sandy Brown. HEX triplet: F1, 98 and 60. RGB value is (241,152,96). Sum of RGB (Red+Green+Blue) = 241+152+96=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F19860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19860 is #0E679F. Grayscale: #ACACAC. Windows color (decimal): -944032 or 6330609. OLE color: 6330609.
HSL color Cylindrical-coordinate representation of color #F19860: hue angle of 23.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F19860 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 96 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.05 |
| HSL | 23.17º | 0.84% | 0.66% | - |
| HSV(B) | 23.17º | 0.6% | 0.95% | - |
| XYZ | 49.62 | 42 | 16.56 | - |
| YUV | 172.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 96 | 0 | 0.37 | 0.60 | 0.05 | 23.17 | 0.84 | 0.66 |
| Hex | F1 | 98 | 60 | 0 | 25 | 3C | 5 | 17 | 54 | 42 |
| Octal | 361 | 230 | 140 | 0 | 45 | 74 | 5 | 27 | 124 | 102 |
| Binary | 11110001 | 10011000 | 1100000 | 0 | 100101 | 111100 | 101 | 10111 | 1010100 | 1000010 |
Color Harmonies of #F19860
Complementary color
Monochromatic Colors of #F19860
Black with #F19860
Text Example
Text Example
White with #F19860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19860; }
p { color: rgb(241,152,96); }
H1.HeaderClassName
{
color: #F19860;
}
.AnyTagClassName
{
color: #F19860;
}
</style>
background-color css
<style>
a { background-color: #F19860; }
a { background-color: rgb(241,152,96); }
div.DivClassName
{
background-color: #F19860;
}
.BgClassName
{
background-color: #F19860;
}
</style>
border-color css
<style>
span { border-color: #F19860; }
span { border-color: rgb(241,152,96); }
td.TdClassName
{
border-color: #F19860;
}
.TagClassName
{
border-color: #F19860;
}
</style>