Shades of Sandy Brown #F0AA5C
Tints of Sandy Brown #F0AA5C
RGB
CMYK
RGB Variations
Color information
#F0AA5C (or 0xF0AA5C) is known color: Sandy Brown. HEX triplet: F0, AA and 5C. RGB value is (240,170,92). Sum of RGB (Red+Green+Blue) = 240+170+92=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA5C is #0F55A3. Grayscale: #B6B6B6. Windows color (decimal): -1004964 or 6073072. OLE color: 6073072.
HSL color Cylindrical-coordinate representation of color #F0AA5C: hue angle of 31.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0AA5C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 92 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.06 |
| HSL | 31.62º | 0.83% | 0.65% | - |
| HSV(B) | 31.62º | 0.62% | 0.94% | - |
| XYZ | 52.24 | 48.05 | 16.65 | - |
| YUV | 182.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 92 | 0 | 0.29 | 0.62 | 0.06 | 31.62 | 0.83 | 0.65 |
| Hex | F0 | AA | 5C | 0 | 1D | 3E | 6 | 20 | 53 | 41 |
| Octal | 360 | 252 | 134 | 0 | 35 | 76 | 6 | 40 | 123 | 101 |
| Binary | 11110000 | 10101010 | 1011100 | 0 | 11101 | 111110 | 110 | 100000 | 1010011 | 1000001 |
Color Harmonies of #F0AA5C
Complementary color
Monochromatic Colors of #F0AA5C
Black with #F0AA5C
Text Example
Text Example
White with #F0AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA5C; }
p { color: rgb(240,170,92); }
H1.HeaderClassName
{
color: #F0AA5C;
}
.AnyTagClassName
{
color: #F0AA5C;
}
</style>
background-color css
<style>
a { background-color: #F0AA5C; }
a { background-color: rgb(240,170,92); }
div.DivClassName
{
background-color: #F0AA5C;
}
.BgClassName
{
background-color: #F0AA5C;
}
</style>
border-color css
<style>
span { border-color: #F0AA5C; }
span { border-color: rgb(240,170,92); }
td.TdClassName
{
border-color: #F0AA5C;
}
.TagClassName
{
border-color: #F0AA5C;
}
</style>