Shades of Sandy Brown #F29F5E
Tints of Sandy Brown #F29F5E
RGB
CMYK
RGB Variations
Color information
#F29F5E (or 0xF29F5E) is known color: Sandy Brown. HEX triplet: F2, 9F and 5E. RGB value is (242,159,94). Sum of RGB (Red+Green+Blue) = 242+159+94=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29F5E is #0D60A1. Grayscale: #B0B0B0. Windows color (decimal): -876706 or 6201330. OLE color: 6201330.
HSL color Cylindrical-coordinate representation of color #F29F5E: hue angle of 26.35º 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 #F29F5E is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 94 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.05 |
| HSL | 26.35º | 0.85% | 0.66% | - |
| HSV(B) | 26.35º | 0.61% | 0.95% | - |
| XYZ | 51.04 | 44.48 | 16.49 | - |
| YUV | 176.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 94 | 0 | 0.34 | 0.61 | 0.05 | 26.35 | 0.85 | 0.66 |
| Hex | F2 | 9F | 5E | 0 | 22 | 3D | 5 | 1A | 55 | 42 |
| Octal | 362 | 237 | 136 | 0 | 42 | 75 | 5 | 32 | 125 | 102 |
| Binary | 11110010 | 10011111 | 1011110 | 0 | 100010 | 111101 | 101 | 11010 | 1010101 | 1000010 |
Color Harmonies of #F29F5E
Complementary color
Monochromatic Colors of #F29F5E
Black with #F29F5E
Text Example
Text Example
White with #F29F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F5E; }
p { color: rgb(242,159,94); }
H1.HeaderClassName
{
color: #F29F5E;
}
.AnyTagClassName
{
color: #F29F5E;
}
</style>
background-color css
<style>
a { background-color: #F29F5E; }
a { background-color: rgb(242,159,94); }
div.DivClassName
{
background-color: #F29F5E;
}
.BgClassName
{
background-color: #F29F5E;
}
</style>
border-color css
<style>
span { border-color: #F29F5E; }
span { border-color: rgb(242,159,94); }
td.TdClassName
{
border-color: #F29F5E;
}
.TagClassName
{
border-color: #F29F5E;
}
</style>