Shades of Sandy Brown #F0A85E
Tints of Sandy Brown #F0A85E
RGB
CMYK
RGB Variations
Color information
#F0A85E (or 0xF0A85E) is known color: Sandy Brown. HEX triplet: F0, A8 and 5E. RGB value is (240,168,94). Sum of RGB (Red+Green+Blue) = 240+168+94=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A85E is #0F57A1. Grayscale: #B5B5B5. Windows color (decimal): -1005474 or 6203632. OLE color: 6203632.
HSL color Cylindrical-coordinate representation of color #F0A85E: hue angle of 30.41º 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 #F0A85E is Cyan = 0, Magento = 0.3, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 94 | - |
| CMYK | 0 | 0.3 | 0.61 | 0.06 |
| HSL | 30.41º | 0.83% | 0.65% | - |
| HSV(B) | 30.41º | 0.61% | 0.94% | - |
| XYZ | 51.96 | 47.34 | 16.99 | - |
| YUV | 181.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 94 | 0 | 0.3 | 0.61 | 0.06 | 30.41 | 0.83 | 0.65 |
| Hex | F0 | A8 | 5E | 0 | 1E | 3D | 6 | 1E | 53 | 41 |
| Octal | 360 | 250 | 136 | 0 | 36 | 75 | 6 | 36 | 123 | 101 |
| Binary | 11110000 | 10101000 | 1011110 | 0 | 11110 | 111101 | 110 | 11110 | 1010011 | 1000001 |
Color Harmonies of #F0A85E
Complementary color
Monochromatic Colors of #F0A85E
Black with #F0A85E
Text Example
Text Example
White with #F0A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A85E; }
p { color: rgb(240,168,94); }
H1.HeaderClassName
{
color: #F0A85E;
}
.AnyTagClassName
{
color: #F0A85E;
}
</style>
background-color css
<style>
a { background-color: #F0A85E; }
a { background-color: rgb(240,168,94); }
div.DivClassName
{
background-color: #F0A85E;
}
.BgClassName
{
background-color: #F0A85E;
}
</style>
border-color css
<style>
span { border-color: #F0A85E; }
span { border-color: rgb(240,168,94); }
td.TdClassName
{
border-color: #F0A85E;
}
.TagClassName
{
border-color: #F0A85E;
}
</style>