Shades of Sandy Brown #F19958
Tints of Sandy Brown #F19958
RGB
CMYK
RGB Variations
Color information
#F19958 (or 0xF19958) is known color: Sandy Brown. HEX triplet: F1, 99 and 58. RGB value is (241,153,88). Sum of RGB (Red+Green+Blue) = 241+153+88=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F19958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19958 is #0E66A7. Grayscale: #ACACAC. Windows color (decimal): -943784 or 5806577. OLE color: 5806577.
HSL color Cylindrical-coordinate representation of color #F19958: hue angle of 25.49º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F19958 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 88 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.05 |
| HSL | 25.49º | 0.85% | 0.65% | - |
| HSV(B) | 25.49º | 0.63% | 0.95% | - |
| XYZ | 49.43 | 42.19 | 14.77 | - |
| YUV | 171.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 88 | 0 | 0.37 | 0.63 | 0.05 | 25.49 | 0.85 | 0.65 |
| Hex | F1 | 99 | 58 | 0 | 25 | 3F | 5 | 19 | 55 | 41 |
| Octal | 361 | 231 | 130 | 0 | 45 | 77 | 5 | 31 | 125 | 101 |
| Binary | 11110001 | 10011001 | 1011000 | 0 | 100101 | 111111 | 101 | 11001 | 1010101 | 1000001 |
Color Harmonies of #F19958
Complementary color
Monochromatic Colors of #F19958
Black with #F19958
Text Example
Text Example
White with #F19958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19958; }
p { color: rgb(241,153,88); }
H1.HeaderClassName
{
color: #F19958;
}
.AnyTagClassName
{
color: #F19958;
}
</style>
background-color css
<style>
a { background-color: #F19958; }
a { background-color: rgb(241,153,88); }
div.DivClassName
{
background-color: #F19958;
}
.BgClassName
{
background-color: #F19958;
}
</style>
border-color css
<style>
span { border-color: #F19958; }
span { border-color: rgb(241,153,88); }
td.TdClassName
{
border-color: #F19958;
}
.TagClassName
{
border-color: #F19958;
}
</style>