Shades of Sandy Brown #F1995C
Tints of Sandy Brown #F1995C
RGB
CMYK
RGB Variations
Color information
#F1995C (or 0xF1995C) is known color: Sandy Brown. HEX triplet: F1, 99 and 5C. RGB value is (241,153,92). Sum of RGB (Red+Green+Blue) = 241+153+92=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1995C is #0E66A3. Grayscale: #ACACAC. Windows color (decimal): -943780 or 6068721. OLE color: 6068721.
HSL color Cylindrical-coordinate representation of color #F1995C: hue angle of 24.56º 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 #F1995C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 92 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.05 |
| HSL | 24.56º | 0.84% | 0.65% | - |
| HSV(B) | 24.56º | 0.62% | 0.95% | - |
| XYZ | 49.6 | 42.26 | 15.67 | - |
| YUV | 172.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 92 | 0 | 0.37 | 0.62 | 0.05 | 24.56 | 0.84 | 0.65 |
| Hex | F1 | 99 | 5C | 0 | 25 | 3E | 5 | 19 | 54 | 41 |
| Octal | 361 | 231 | 134 | 0 | 45 | 76 | 5 | 31 | 124 | 101 |
| Binary | 11110001 | 10011001 | 1011100 | 0 | 100101 | 111110 | 101 | 11001 | 1010100 | 1000001 |
Color Harmonies of #F1995C
Complementary color
Monochromatic Colors of #F1995C
Black with #F1995C
Text Example
Text Example
White with #F1995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1995C; }
p { color: rgb(241,153,92); }
H1.HeaderClassName
{
color: #F1995C;
}
.AnyTagClassName
{
color: #F1995C;
}
</style>
background-color css
<style>
a { background-color: #F1995C; }
a { background-color: rgb(241,153,92); }
div.DivClassName
{
background-color: #F1995C;
}
.BgClassName
{
background-color: #F1995C;
}
</style>
border-color css
<style>
span { border-color: #F1995C; }
span { border-color: rgb(241,153,92); }
td.TdClassName
{
border-color: #F1995C;
}
.TagClassName
{
border-color: #F1995C;
}
</style>