Shades of Sandy Brown #F7A560
Tints of Sandy Brown #F7A560
RGB
CMYK
RGB Variations
Color information
#F7A560 (or 0xF7A560) is known color: Sandy Brown. HEX triplet: F7, A5 and 60. RGB value is (247,165,96). Sum of RGB (Red+Green+Blue) = 247+165+96=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A560 is #085A9F. Grayscale: #B6B6B6. Windows color (decimal): -547488 or 6333943. OLE color: 6333943.
HSL color Cylindrical-coordinate representation of color #F7A560: hue angle of 27.42º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7A560 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 96 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.03 |
| HSL | 27.42º | 0.9% | 0.67% | - |
| HSV(B) | 27.42º | 0.61% | 0.97% | - |
| XYZ | 53.92 | 47.53 | 17.4 | - |
| YUV | 181.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 96 | 0 | 0.33 | 0.61 | 0.03 | 27.42 | 0.9 | 0.67 |
| Hex | F7 | A5 | 60 | 0 | 21 | 3D | 3 | 1B | 5A | 43 |
| Octal | 367 | 245 | 140 | 0 | 41 | 75 | 3 | 33 | 132 | 103 |
| Binary | 11110111 | 10100101 | 1100000 | 0 | 100001 | 111101 | 11 | 11011 | 1011010 | 1000011 |
Color Harmonies of #F7A560
Complementary color
Monochromatic Colors of #F7A560
Black with #F7A560
Text Example
Text Example
White with #F7A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A560; }
p { color: rgb(247,165,96); }
H1.HeaderClassName
{
color: #F7A560;
}
.AnyTagClassName
{
color: #F7A560;
}
</style>
background-color css
<style>
a { background-color: #F7A560; }
a { background-color: rgb(247,165,96); }
div.DivClassName
{
background-color: #F7A560;
}
.BgClassName
{
background-color: #F7A560;
}
</style>
border-color css
<style>
span { border-color: #F7A560; }
span { border-color: rgb(247,165,96); }
td.TdClassName
{
border-color: #F7A560;
}
.TagClassName
{
border-color: #F7A560;
}
</style>