Shades of Sandy Brown #F19A58
Tints of Sandy Brown #F19A58
RGB
CMYK
RGB Variations
Color information
#F19A58 (or 0xF19A58) is known color: Sandy Brown. HEX triplet: F1, 9A and 58. RGB value is (241,154,88). Sum of RGB (Red+Green+Blue) = 241+154+88=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A58 is #0E65A7. Grayscale: #ACACAC. Windows color (decimal): -943528 or 5806833. OLE color: 5806833.
HSL color Cylindrical-coordinate representation of color #F19A58: hue angle of 25.88º 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 #F19A58 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 88 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.05 |
| HSL | 25.88º | 0.85% | 0.65% | - |
| HSV(B) | 25.88º | 0.63% | 0.95% | - |
| XYZ | 49.59 | 42.52 | 14.83 | - |
| YUV | 172.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 88 | 0 | 0.36 | 0.63 | 0.05 | 25.88 | 0.85 | 0.65 |
| Hex | F1 | 9A | 58 | 0 | 24 | 3F | 5 | 1A | 55 | 41 |
| Octal | 361 | 232 | 130 | 0 | 44 | 77 | 5 | 32 | 125 | 101 |
| Binary | 11110001 | 10011010 | 1011000 | 0 | 100100 | 111111 | 101 | 11010 | 1010101 | 1000001 |
Color Harmonies of #F19A58
Complementary color
Monochromatic Colors of #F19A58
Black with #F19A58
Text Example
Text Example
White with #F19A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A58; }
p { color: rgb(241,154,88); }
H1.HeaderClassName
{
color: #F19A58;
}
.AnyTagClassName
{
color: #F19A58;
}
</style>
background-color css
<style>
a { background-color: #F19A58; }
a { background-color: rgb(241,154,88); }
div.DivClassName
{
background-color: #F19A58;
}
.BgClassName
{
background-color: #F19A58;
}
</style>
border-color css
<style>
span { border-color: #F19A58; }
span { border-color: rgb(241,154,88); }
td.TdClassName
{
border-color: #F19A58;
}
.TagClassName
{
border-color: #F19A58;
}
</style>