Shades of Sandy Brown #F29E5D
Tints of Sandy Brown #F29E5D
RGB
CMYK
RGB Variations
Color information
#F29E5D (or 0xF29E5D) is known color: Sandy Brown. HEX triplet: F2, 9E and 5D. RGB value is (242,158,93). Sum of RGB (Red+Green+Blue) = 242+158+93=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E5D is #0D61A2. Grayscale: #B0B0B0. Windows color (decimal): -876963 or 6135538. OLE color: 6135538.
HSL color Cylindrical-coordinate representation of color #F29E5D: hue angle of 26.17º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F29E5D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 93 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.05 |
| HSL | 26.17º | 0.85% | 0.66% | - |
| HSV(B) | 26.17º | 0.62% | 0.95% | - |
| XYZ | 50.82 | 44.12 | 16.19 | - |
| YUV | 175.71 | 81.33 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 93 | 0 | 0.35 | 0.62 | 0.05 | 26.17 | 0.85 | 0.66 |
| Hex | F2 | 9E | 5D | 0 | 23 | 3E | 5 | 1A | 55 | 42 |
| Octal | 362 | 236 | 135 | 0 | 43 | 76 | 5 | 32 | 125 | 102 |
| Binary | 11110010 | 10011110 | 1011101 | 0 | 100011 | 111110 | 101 | 11010 | 1010101 | 1000010 |
Color Harmonies of #F29E5D
Complementary color
Monochromatic Colors of #F29E5D
Black with #F29E5D
Text Example
Text Example
White with #F29E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E5D; }
p { color: rgb(242,158,93); }
H1.HeaderClassName
{
color: #F29E5D;
}
.AnyTagClassName
{
color: #F29E5D;
}
</style>
background-color css
<style>
a { background-color: #F29E5D; }
a { background-color: rgb(242,158,93); }
div.DivClassName
{
background-color: #F29E5D;
}
.BgClassName
{
background-color: #F29E5D;
}
</style>
border-color css
<style>
span { border-color: #F29E5D; }
span { border-color: rgb(242,158,93); }
td.TdClassName
{
border-color: #F29E5D;
}
.TagClassName
{
border-color: #F29E5D;
}
</style>