Shades of Sandy Brown #F09D55
Tints of Sandy Brown #F09D55
RGB
CMYK
RGB Variations
Color information
#F09D55 (or 0xF09D55) is known color: Sandy Brown. HEX triplet: F0, 9D and 55. RGB value is (240,157,85). Sum of RGB (Red+Green+Blue) = 240+157+85=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D55 is #0F62AA. Grayscale: #ADADAD. Windows color (decimal): -1008299 or 5610992. OLE color: 5610992.
HSL color Cylindrical-coordinate representation of color #F09D55: hue angle of 27.87º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F09D55 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 85 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.06 |
| HSL | 27.87º | 0.84% | 0.64% | - |
| HSV(B) | 27.87º | 0.65% | 0.94% | - |
| XYZ | 49.63 | 43.3 | 14.34 | - |
| YUV | 173.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 85 | 0 | 0.35 | 0.65 | 0.06 | 27.87 | 0.84 | 0.64 |
| Hex | F0 | 9D | 55 | 0 | 23 | 41 | 6 | 1C | 54 | 40 |
| Octal | 360 | 235 | 125 | 0 | 43 | 101 | 6 | 34 | 124 | 100 |
| Binary | 11110000 | 10011101 | 1010101 | 0 | 100011 | 1000001 | 110 | 11100 | 1010100 | 1000000 |
Color Harmonies of #F09D55
Complementary color
Monochromatic Colors of #F09D55
Black with #F09D55
Text Example
Text Example
White with #F09D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D55; }
p { color: rgb(240,157,85); }
H1.HeaderClassName
{
color: #F09D55;
}
.AnyTagClassName
{
color: #F09D55;
}
</style>
background-color css
<style>
a { background-color: #F09D55; }
a { background-color: rgb(240,157,85); }
div.DivClassName
{
background-color: #F09D55;
}
.BgClassName
{
background-color: #F09D55;
}
</style>
border-color css
<style>
span { border-color: #F09D55; }
span { border-color: rgb(240,157,85); }
td.TdClassName
{
border-color: #F09D55;
}
.TagClassName
{
border-color: #F09D55;
}
</style>