Shades of Sandy Brown #F19A5E
Tints of Sandy Brown #F19A5E
RGB
CMYK
RGB Variations
Color information
#F19A5E (or 0xF19A5E) is known color: Sandy Brown. HEX triplet: F1, 9A and 5E. RGB value is (241,154,94). Sum of RGB (Red+Green+Blue) = 241+154+94=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A5E is #0E65A1. Grayscale: #ADADAD. Windows color (decimal): -943522 or 6200049. OLE color: 6200049.
HSL color Cylindrical-coordinate representation of color #F19A5E: hue angle of 24.49º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F19A5E is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 94 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.05 |
| HSL | 24.49º | 0.84% | 0.66% | - |
| HSV(B) | 24.49º | 0.61% | 0.95% | - |
| XYZ | 49.85 | 42.62 | 16.19 | - |
| YUV | 173.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 94 | 0 | 0.36 | 0.61 | 0.05 | 24.49 | 0.84 | 0.66 |
| Hex | F1 | 9A | 5E | 0 | 24 | 3D | 5 | 18 | 54 | 42 |
| Octal | 361 | 232 | 136 | 0 | 44 | 75 | 5 | 30 | 124 | 102 |
| Binary | 11110001 | 10011010 | 1011110 | 0 | 100100 | 111101 | 101 | 11000 | 1010100 | 1000010 |
Color Harmonies of #F19A5E
Complementary color
Monochromatic Colors of #F19A5E
Black with #F19A5E
Text Example
Text Example
White with #F19A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A5E; }
p { color: rgb(241,154,94); }
H1.HeaderClassName
{
color: #F19A5E;
}
.AnyTagClassName
{
color: #F19A5E;
}
</style>
background-color css
<style>
a { background-color: #F19A5E; }
a { background-color: rgb(241,154,94); }
div.DivClassName
{
background-color: #F19A5E;
}
.BgClassName
{
background-color: #F19A5E;
}
</style>
border-color css
<style>
span { border-color: #F19A5E; }
span { border-color: rgb(241,154,94); }
td.TdClassName
{
border-color: #F19A5E;
}
.TagClassName
{
border-color: #F19A5E;
}
</style>