Shades of Sandy Brown #F29E5E
Tints of Sandy Brown #F29E5E
RGB
CMYK
RGB Variations
Color information
#F29E5E (or 0xF29E5E) is known color: Sandy Brown. HEX triplet: F2, 9E and 5E. RGB value is (242,158,94). Sum of RGB (Red+Green+Blue) = 242+158+94=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E5E is #0D61A1. Grayscale: #B0B0B0. Windows color (decimal): -876962 or 6201074. OLE color: 6201074.
HSL color Cylindrical-coordinate representation of color #F29E5E: hue angle of 25.95º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F29E5E is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 94 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.05 |
| HSL | 25.95º | 0.85% | 0.66% | - |
| HSV(B) | 25.95º | 0.61% | 0.95% | - |
| XYZ | 50.87 | 44.14 | 16.43 | - |
| YUV | 175.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 94 | 0 | 0.35 | 0.61 | 0.05 | 25.95 | 0.85 | 0.66 |
| Hex | F2 | 9E | 5E | 0 | 23 | 3D | 5 | 1A | 55 | 42 |
| Octal | 362 | 236 | 136 | 0 | 43 | 75 | 5 | 32 | 125 | 102 |
| Binary | 11110010 | 10011110 | 1011110 | 0 | 100011 | 111101 | 101 | 11010 | 1010101 | 1000010 |
Color Harmonies of #F29E5E
Complementary color
Monochromatic Colors of #F29E5E
Black with #F29E5E
Text Example
Text Example
White with #F29E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E5E; }
p { color: rgb(242,158,94); }
H1.HeaderClassName
{
color: #F29E5E;
}
.AnyTagClassName
{
color: #F29E5E;
}
</style>
background-color css
<style>
a { background-color: #F29E5E; }
a { background-color: rgb(242,158,94); }
div.DivClassName
{
background-color: #F29E5E;
}
.BgClassName
{
background-color: #F29E5E;
}
</style>
border-color css
<style>
span { border-color: #F29E5E; }
span { border-color: rgb(242,158,94); }
td.TdClassName
{
border-color: #F29E5E;
}
.TagClassName
{
border-color: #F29E5E;
}
</style>