Shades of Sandy Brown #F1955D
Tints of Sandy Brown #F1955D
RGB
CMYK
RGB Variations
Color information
#F1955D (or 0xF1955D) is known color: Sandy Brown. HEX triplet: F1, 95 and 5D. RGB value is (241,149,93). Sum of RGB (Red+Green+Blue) = 241+149+93=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1955D is #0E6AA2. Grayscale: #AAAAAA. Windows color (decimal): -944803 or 6133233. OLE color: 6133233.
HSL color Cylindrical-coordinate representation of color #F1955D: hue angle of 22.7º 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 #F1955D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 93 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.05 |
| HSL | 22.7º | 0.84% | 0.65% | - |
| HSV(B) | 22.7º | 0.61% | 0.95% | - |
| XYZ | 49 | 40.99 | 15.68 | - |
| YUV | 170.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 93 | 0 | 0.38 | 0.61 | 0.05 | 22.7 | 0.84 | 0.65 |
| Hex | F1 | 95 | 5D | 0 | 26 | 3D | 5 | 17 | 54 | 41 |
| Octal | 361 | 225 | 135 | 0 | 46 | 75 | 5 | 27 | 124 | 101 |
| Binary | 11110001 | 10010101 | 1011101 | 0 | 100110 | 111101 | 101 | 10111 | 1010100 | 1000001 |
Color Harmonies of #F1955D
Complementary color
Monochromatic Colors of #F1955D
Black with #F1955D
Text Example
Text Example
White with #F1955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1955D; }
p { color: rgb(241,149,93); }
H1.HeaderClassName
{
color: #F1955D;
}
.AnyTagClassName
{
color: #F1955D;
}
</style>
background-color css
<style>
a { background-color: #F1955D; }
a { background-color: rgb(241,149,93); }
div.DivClassName
{
background-color: #F1955D;
}
.BgClassName
{
background-color: #F1955D;
}
</style>
border-color css
<style>
span { border-color: #F1955D; }
span { border-color: rgb(241,149,93); }
td.TdClassName
{
border-color: #F1955D;
}
.TagClassName
{
border-color: #F1955D;
}
</style>