Shades of Sandy Brown #F1995D
Tints of Sandy Brown #F1995D
RGB
CMYK
RGB Variations
Color information
#F1995D (or 0xF1995D) is known color: Sandy Brown. HEX triplet: F1, 99 and 5D. RGB value is (241,153,93). Sum of RGB (Red+Green+Blue) = 241+153+93=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1995D is #0E66A2. Grayscale: #ACACAC. Windows color (decimal): -943779 or 6134257. OLE color: 6134257.
HSL color Cylindrical-coordinate representation of color #F1995D: hue angle of 24.32º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1995D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 93 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.05 |
| HSL | 24.32º | 0.84% | 0.65% | - |
| HSV(B) | 24.32º | 0.61% | 0.95% | - |
| XYZ | 49.64 | 42.27 | 15.9 | - |
| YUV | 172.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 93 | 0 | 0.37 | 0.61 | 0.05 | 24.32 | 0.84 | 0.65 |
| Hex | F1 | 99 | 5D | 0 | 25 | 3D | 5 | 18 | 54 | 41 |
| Octal | 361 | 231 | 135 | 0 | 45 | 75 | 5 | 30 | 124 | 101 |
| Binary | 11110001 | 10011001 | 1011101 | 0 | 100101 | 111101 | 101 | 11000 | 1010100 | 1000001 |
Color Harmonies of #F1995D
Complementary color
Monochromatic Colors of #F1995D
Black with #F1995D
Text Example
Text Example
White with #F1995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1995D; }
p { color: rgb(241,153,93); }
H1.HeaderClassName
{
color: #F1995D;
}
.AnyTagClassName
{
color: #F1995D;
}
</style>
background-color css
<style>
a { background-color: #F1995D; }
a { background-color: rgb(241,153,93); }
div.DivClassName
{
background-color: #F1995D;
}
.BgClassName
{
background-color: #F1995D;
}
</style>
border-color css
<style>
span { border-color: #F1995D; }
span { border-color: rgb(241,153,93); }
td.TdClassName
{
border-color: #F1995D;
}
.TagClassName
{
border-color: #F1995D;
}
</style>