Shades of Sandy Brown #F2955C
Tints of Sandy Brown #F2955C
RGB
CMYK
RGB Variations
Color information
#F2955C (or 0xF2955C) is known color: Sandy Brown. HEX triplet: F2, 95 and 5C. RGB value is (242,149,92). Sum of RGB (Red+Green+Blue) = 242+149+92=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2955C is #0D6AA3. Grayscale: #AAAAAA. Windows color (decimal): -879268 or 6067698. OLE color: 6067698.
HSL color Cylindrical-coordinate representation of color #F2955C: hue angle of 22.8º degrees, saturation: 0.85, 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 #F2955C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 92 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.05 |
| HSL | 22.8º | 0.85% | 0.65% | - |
| HSV(B) | 22.8º | 0.62% | 0.95% | - |
| XYZ | 49.3 | 41.14 | 15.47 | - |
| YUV | 170.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 92 | 0 | 0.38 | 0.62 | 0.05 | 22.8 | 0.85 | 0.65 |
| Hex | F2 | 95 | 5C | 0 | 26 | 3E | 5 | 17 | 55 | 41 |
| Octal | 362 | 225 | 134 | 0 | 46 | 76 | 5 | 27 | 125 | 101 |
| Binary | 11110010 | 10010101 | 1011100 | 0 | 100110 | 111110 | 101 | 10111 | 1010101 | 1000001 |
Color Harmonies of #F2955C
Complementary color
Monochromatic Colors of #F2955C
Black with #F2955C
Text Example
Text Example
White with #F2955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2955C; }
p { color: rgb(242,149,92); }
H1.HeaderClassName
{
color: #F2955C;
}
.AnyTagClassName
{
color: #F2955C;
}
</style>
background-color css
<style>
a { background-color: #F2955C; }
a { background-color: rgb(242,149,92); }
div.DivClassName
{
background-color: #F2955C;
}
.BgClassName
{
background-color: #F2955C;
}
</style>
border-color css
<style>
span { border-color: #F2955C; }
span { border-color: rgb(242,149,92); }
td.TdClassName
{
border-color: #F2955C;
}
.TagClassName
{
border-color: #F2955C;
}
</style>