Shades of Sandy Brown #F0A85D
Tints of Sandy Brown #F0A85D
RGB
CMYK
RGB Variations
Color information
#F0A85D (or 0xF0A85D) is known color: Sandy Brown. HEX triplet: F0, A8 and 5D. RGB value is (240,168,93). Sum of RGB (Red+Green+Blue) = 240+168+93=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A85D is #0F57A2. Grayscale: #B5B5B5. Windows color (decimal): -1005475 or 6138096. OLE color: 6138096.
HSL color Cylindrical-coordinate representation of color #F0A85D: hue angle of 30.61º 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 #F0A85D is Cyan = 0, Magento = 0.3, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 93 | - |
| CMYK | 0 | 0.3 | 0.61 | 0.06 |
| HSL | 30.61º | 0.83% | 0.65% | - |
| HSV(B) | 30.61º | 0.61% | 0.94% | - |
| XYZ | 51.91 | 47.32 | 16.75 | - |
| YUV | 180.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 93 | 0 | 0.3 | 0.61 | 0.06 | 30.61 | 0.83 | 0.65 |
| Hex | F0 | A8 | 5D | 0 | 1E | 3D | 6 | 1F | 53 | 41 |
| Octal | 360 | 250 | 135 | 0 | 36 | 75 | 6 | 37 | 123 | 101 |
| Binary | 11110000 | 10101000 | 1011101 | 0 | 11110 | 111101 | 110 | 11111 | 1010011 | 1000001 |
Color Harmonies of #F0A85D
Complementary color
Monochromatic Colors of #F0A85D
Black with #F0A85D
Text Example
Text Example
White with #F0A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A85D; }
p { color: rgb(240,168,93); }
H1.HeaderClassName
{
color: #F0A85D;
}
.AnyTagClassName
{
color: #F0A85D;
}
</style>
background-color css
<style>
a { background-color: #F0A85D; }
a { background-color: rgb(240,168,93); }
div.DivClassName
{
background-color: #F0A85D;
}
.BgClassName
{
background-color: #F0A85D;
}
</style>
border-color css
<style>
span { border-color: #F0A85D; }
span { border-color: rgb(240,168,93); }
td.TdClassName
{
border-color: #F0A85D;
}
.TagClassName
{
border-color: #F0A85D;
}
</style>