Shades of Sandy Brown #F7A360
Tints of Sandy Brown #F7A360
RGB
CMYK
RGB Variations
Color information
#F7A360 (or 0xF7A360) is known color: Sandy Brown. HEX triplet: F7, A3 and 60. RGB value is (247,163,96). Sum of RGB (Red+Green+Blue) = 247+163+96=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A360 is #085C9F. Grayscale: #B4B4B4. Windows color (decimal): -548000 or 6333431. OLE color: 6333431.
HSL color Cylindrical-coordinate representation of color #F7A360: hue angle of 26.62º 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 #F7A360 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 96 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.03 |
| HSL | 26.62º | 0.9% | 0.67% | - |
| HSV(B) | 26.62º | 0.61% | 0.97% | - |
| XYZ | 53.57 | 46.81 | 17.28 | - |
| YUV | 180.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 96 | 0 | 0.34 | 0.61 | 0.03 | 26.62 | 0.9 | 0.67 |
| Hex | F7 | A3 | 60 | 0 | 22 | 3D | 3 | 1B | 5A | 43 |
| Octal | 367 | 243 | 140 | 0 | 42 | 75 | 3 | 33 | 132 | 103 |
| Binary | 11110111 | 10100011 | 1100000 | 0 | 100010 | 111101 | 11 | 11011 | 1011010 | 1000011 |
Color Harmonies of #F7A360
Complementary color
Monochromatic Colors of #F7A360
Black with #F7A360
Text Example
Text Example
White with #F7A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A360; }
p { color: rgb(247,163,96); }
H1.HeaderClassName
{
color: #F7A360;
}
.AnyTagClassName
{
color: #F7A360;
}
</style>
background-color css
<style>
a { background-color: #F7A360; }
a { background-color: rgb(247,163,96); }
div.DivClassName
{
background-color: #F7A360;
}
.BgClassName
{
background-color: #F7A360;
}
</style>
border-color css
<style>
span { border-color: #F7A360; }
span { border-color: rgb(247,163,96); }
td.TdClassName
{
border-color: #F7A360;
}
.TagClassName
{
border-color: #F7A360;
}
</style>