Shades of Sandy Brown #F09E5D
Tints of Sandy Brown #F09E5D
RGB
CMYK
RGB Variations
Color information
#F09E5D (or 0xF09E5D) is known color: Sandy Brown. HEX triplet: F0, 9E and 5D. RGB value is (240,158,93). Sum of RGB (Red+Green+Blue) = 240+158+93=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09E5D is #0F61A2. Grayscale: #AFAFAF. Windows color (decimal): -1008035 or 6135536. OLE color: 6135536.
HSL color Cylindrical-coordinate representation of color #F09E5D: hue angle of 26.53º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F09E5D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 93 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.06 |
| HSL | 26.53º | 0.83% | 0.65% | - |
| HSV(B) | 26.53º | 0.61% | 0.94% | - |
| XYZ | 50.14 | 43.77 | 16.16 | - |
| YUV | 175.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 93 | 0 | 0.34 | 0.61 | 0.06 | 26.53 | 0.83 | 0.65 |
| Hex | F0 | 9E | 5D | 0 | 22 | 3D | 6 | 1B | 53 | 41 |
| Octal | 360 | 236 | 135 | 0 | 42 | 75 | 6 | 33 | 123 | 101 |
| Binary | 11110000 | 10011110 | 1011101 | 0 | 100010 | 111101 | 110 | 11011 | 1010011 | 1000001 |
Color Harmonies of #F09E5D
Complementary color
Monochromatic Colors of #F09E5D
Black with #F09E5D
Text Example
Text Example
White with #F09E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E5D; }
p { color: rgb(240,158,93); }
H1.HeaderClassName
{
color: #F09E5D;
}
.AnyTagClassName
{
color: #F09E5D;
}
</style>
background-color css
<style>
a { background-color: #F09E5D; }
a { background-color: rgb(240,158,93); }
div.DivClassName
{
background-color: #F09E5D;
}
.BgClassName
{
background-color: #F09E5D;
}
</style>
border-color css
<style>
span { border-color: #F09E5D; }
span { border-color: rgb(240,158,93); }
td.TdClassName
{
border-color: #F09E5D;
}
.TagClassName
{
border-color: #F09E5D;
}
</style>