Shades of Sandy Brown #F0AE65
Tints of Sandy Brown #F0AE65
RGB
CMYK
RGB Variations
Color information
#F0AE65 (or 0xF0AE65) is known color: Sandy Brown. HEX triplet: F0, AE and 65. RGB value is (240,174,101). Sum of RGB (Red+Green+Blue) = 240+174+101=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE65 is #0F519A. Grayscale: #B9B9B9. Windows color (decimal): -1003931 or 6663920. OLE color: 6663920.
HSL color Cylindrical-coordinate representation of color #F0AE65: hue angle of 31.51º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0AE65 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 101 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.06 |
| HSL | 31.51º | 0.82% | 0.67% | - |
| HSV(B) | 31.51º | 0.58% | 0.94% | - |
| XYZ | 53.42 | 49.74 | 19.1 | - |
| YUV | 185.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 101 | 0 | 0.28 | 0.58 | 0.06 | 31.51 | 0.82 | 0.67 |
| Hex | F0 | AE | 65 | 0 | 1C | 3A | 6 | 20 | 52 | 43 |
| Octal | 360 | 256 | 145 | 0 | 34 | 72 | 6 | 40 | 122 | 103 |
| Binary | 11110000 | 10101110 | 1100101 | 0 | 11100 | 111010 | 110 | 100000 | 1010010 | 1000011 |
Color Harmonies of #F0AE65
Complementary color
Monochromatic Colors of #F0AE65
Black with #F0AE65
Text Example
Text Example
White with #F0AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AE65; }
p { color: rgb(240,174,101); }
H1.HeaderClassName
{
color: #F0AE65;
}
.AnyTagClassName
{
color: #F0AE65;
}
</style>
background-color css
<style>
a { background-color: #F0AE65; }
a { background-color: rgb(240,174,101); }
div.DivClassName
{
background-color: #F0AE65;
}
.BgClassName
{
background-color: #F0AE65;
}
</style>
border-color css
<style>
span { border-color: #F0AE65; }
span { border-color: rgb(240,174,101); }
td.TdClassName
{
border-color: #F0AE65;
}
.TagClassName
{
border-color: #F0AE65;
}
</style>