Shades of Sandy Brown #F2955A
Tints of Sandy Brown #F2955A
RGB
CMYK
RGB Variations
Color information
#F2955A (or 0xF2955A) is known color: Sandy Brown. HEX triplet: F2, 95 and 5A. RGB value is (242,149,90). Sum of RGB (Red+Green+Blue) = 242+149+90=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2955A is #0D6AA5. Grayscale: #AAAAAA. Windows color (decimal): -879270 or 5936626. OLE color: 5936626.
HSL color Cylindrical-coordinate representation of color #F2955A: hue angle of 23.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2955A is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 90 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.05 |
| HSL | 23.29º | 0.85% | 0.65% | - |
| HSV(B) | 23.29º | 0.63% | 0.95% | - |
| XYZ | 49.21 | 41.11 | 15.01 | - |
| YUV | 170.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 90 | 0 | 0.38 | 0.63 | 0.05 | 23.29 | 0.85 | 0.65 |
| Hex | F2 | 95 | 5A | 0 | 26 | 3F | 5 | 17 | 55 | 41 |
| Octal | 362 | 225 | 132 | 0 | 46 | 77 | 5 | 27 | 125 | 101 |
| Binary | 11110010 | 10010101 | 1011010 | 0 | 100110 | 111111 | 101 | 10111 | 1010101 | 1000001 |
Color Harmonies of #F2955A
Complementary color
Monochromatic Colors of #F2955A
Black with #F2955A
Text Example
Text Example
White with #F2955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2955A; }
p { color: rgb(242,149,90); }
H1.HeaderClassName
{
color: #F2955A;
}
.AnyTagClassName
{
color: #F2955A;
}
</style>
background-color css
<style>
a { background-color: #F2955A; }
a { background-color: rgb(242,149,90); }
div.DivClassName
{
background-color: #F2955A;
}
.BgClassName
{
background-color: #F2955A;
}
</style>
border-color css
<style>
span { border-color: #F2955A; }
span { border-color: rgb(242,149,90); }
td.TdClassName
{
border-color: #F2955A;
}
.TagClassName
{
border-color: #F2955A;
}
</style>