Shades of Sandy Brown #F1995B
Tints of Sandy Brown #F1995B
RGB
CMYK
RGB Variations
Color information
#F1995B (or 0xF1995B) is known color: Sandy Brown. HEX triplet: F1, 99 and 5B. RGB value is (241,153,91). Sum of RGB (Red+Green+Blue) = 241+153+91=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1995B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1995B is #0E66A4. Grayscale: #ACACAC. Windows color (decimal): -943781 or 6003185. OLE color: 6003185.
HSL color Cylindrical-coordinate representation of color #F1995B: hue angle of 24.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1995B is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 91 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.05 |
| HSL | 24.8º | 0.84% | 0.65% | - |
| HSV(B) | 24.8º | 0.62% | 0.95% | - |
| XYZ | 49.56 | 42.24 | 15.44 | - |
| YUV | 172.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 91 | 0 | 0.37 | 0.62 | 0.05 | 24.8 | 0.84 | 0.65 |
| Hex | F1 | 99 | 5B | 0 | 25 | 3E | 5 | 19 | 54 | 41 |
| Octal | 361 | 231 | 133 | 0 | 45 | 76 | 5 | 31 | 124 | 101 |
| Binary | 11110001 | 10011001 | 1011011 | 0 | 100101 | 111110 | 101 | 11001 | 1010100 | 1000001 |
Color Harmonies of #F1995B
Complementary color
Monochromatic Colors of #F1995B
Black with #F1995B
Text Example
Text Example
White with #F1995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1995B; }
p { color: rgb(241,153,91); }
H1.HeaderClassName
{
color: #F1995B;
}
.AnyTagClassName
{
color: #F1995B;
}
</style>
background-color css
<style>
a { background-color: #F1995B; }
a { background-color: rgb(241,153,91); }
div.DivClassName
{
background-color: #F1995B;
}
.BgClassName
{
background-color: #F1995B;
}
</style>
border-color css
<style>
span { border-color: #F1995B; }
span { border-color: rgb(241,153,91); }
td.TdClassName
{
border-color: #F1995B;
}
.TagClassName
{
border-color: #F1995B;
}
</style>