Shades of Sandy Brown #F2995B
Tints of Sandy Brown #F2995B
RGB
CMYK
RGB Variations
Color information
#F2995B (or 0xF2995B) is known color: Sandy Brown. HEX triplet: F2, 99 and 5B. RGB value is (242,153,91). Sum of RGB (Red+Green+Blue) = 242+153+91=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2995B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2995B is #0D66A4. Grayscale: #ACACAC. Windows color (decimal): -878245 or 6003186. OLE color: 6003186.
HSL color Cylindrical-coordinate representation of color #F2995B: hue angle of 24.64º 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 #F2995B is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 91 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.05 |
| HSL | 24.64º | 0.85% | 0.65% | - |
| HSV(B) | 24.64º | 0.62% | 0.95% | - |
| XYZ | 49.9 | 42.42 | 15.45 | - |
| YUV | 172.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 91 | 0 | 0.37 | 0.62 | 0.05 | 24.64 | 0.85 | 0.65 |
| Hex | F2 | 99 | 5B | 0 | 25 | 3E | 5 | 19 | 55 | 41 |
| Octal | 362 | 231 | 133 | 0 | 45 | 76 | 5 | 31 | 125 | 101 |
| Binary | 11110010 | 10011001 | 1011011 | 0 | 100101 | 111110 | 101 | 11001 | 1010101 | 1000001 |
Color Harmonies of #F2995B
Complementary color
Monochromatic Colors of #F2995B
Black with #F2995B
Text Example
Text Example
White with #F2995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2995B; }
p { color: rgb(242,153,91); }
H1.HeaderClassName
{
color: #F2995B;
}
.AnyTagClassName
{
color: #F2995B;
}
</style>
background-color css
<style>
a { background-color: #F2995B; }
a { background-color: rgb(242,153,91); }
div.DivClassName
{
background-color: #F2995B;
}
.BgClassName
{
background-color: #F2995B;
}
</style>
border-color css
<style>
span { border-color: #F2995B; }
span { border-color: rgb(242,153,91); }
td.TdClassName
{
border-color: #F2995B;
}
.TagClassName
{
border-color: #F2995B;
}
</style>