Shades of Sandy Brown #F2955B
Tints of Sandy Brown #F2955B
RGB
CMYK
RGB Variations
Color information
#F2955B (or 0xF2955B) is known color: Sandy Brown. HEX triplet: F2, 95 and 5B. RGB value is (242,149,91). Sum of RGB (Red+Green+Blue) = 242+149+91=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2955B is #0D6AA4. Grayscale: #AAAAAA. Windows color (decimal): -879269 or 6002162. OLE color: 6002162.
HSL color Cylindrical-coordinate representation of color #F2955B: hue angle of 23.05º 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 #F2955B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 91 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.05 |
| HSL | 23.05º | 0.85% | 0.65% | - |
| HSV(B) | 23.05º | 0.62% | 0.95% | - |
| XYZ | 49.25 | 41.13 | 15.24 | - |
| YUV | 170.2 | 83.31 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 91 | 0 | 0.38 | 0.62 | 0.05 | 23.05 | 0.85 | 0.65 |
| Hex | F2 | 95 | 5B | 0 | 26 | 3E | 5 | 17 | 55 | 41 |
| Octal | 362 | 225 | 133 | 0 | 46 | 76 | 5 | 27 | 125 | 101 |
| Binary | 11110010 | 10010101 | 1011011 | 0 | 100110 | 111110 | 101 | 10111 | 1010101 | 1000001 |
Color Harmonies of #F2955B
Complementary color
Monochromatic Colors of #F2955B
Black with #F2955B
Text Example
Text Example
White with #F2955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2955B; }
p { color: rgb(242,149,91); }
H1.HeaderClassName
{
color: #F2955B;
}
.AnyTagClassName
{
color: #F2955B;
}
</style>
background-color css
<style>
a { background-color: #F2955B; }
a { background-color: rgb(242,149,91); }
div.DivClassName
{
background-color: #F2955B;
}
.BgClassName
{
background-color: #F2955B;
}
</style>
border-color css
<style>
span { border-color: #F2955B; }
span { border-color: rgb(242,149,91); }
td.TdClassName
{
border-color: #F2955B;
}
.TagClassName
{
border-color: #F2955B;
}
</style>