Shades of Sandy Brown #F7A064
Tints of Sandy Brown #F7A064
RGB
CMYK
RGB Variations
Color information
#F7A064 (or 0xF7A064) is known color: Sandy Brown. HEX triplet: F7, A0 and 64. RGB value is (247,160,100). Sum of RGB (Red+Green+Blue) = 247+160+100=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A064 is #085F9B. Grayscale: #B3B3B3. Windows color (decimal): -548764 or 6594807. OLE color: 6594807.
HSL color Cylindrical-coordinate representation of color #F7A064: hue angle of 24.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7A064 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 100 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.03 |
| HSL | 24.49º | 0.9% | 0.68% | - |
| HSV(B) | 24.49º | 0.6% | 0.97% | - |
| XYZ | 53.23 | 45.84 | 18.1 | - |
| YUV | 179.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 100 | 0 | 0.35 | 0.60 | 0.03 | 24.49 | 0.9 | 0.68 |
| Hex | F7 | A0 | 64 | 0 | 23 | 3C | 3 | 18 | 5A | 44 |
| Octal | 367 | 240 | 144 | 0 | 43 | 74 | 3 | 30 | 132 | 104 |
| Binary | 11110111 | 10100000 | 1100100 | 0 | 100011 | 111100 | 11 | 11000 | 1011010 | 1000100 |
Color Harmonies of #F7A064
Complementary color
Monochromatic Colors of #F7A064
Black with #F7A064
Text Example
Text Example
White with #F7A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A064; }
p { color: rgb(247,160,100); }
H1.HeaderClassName
{
color: #F7A064;
}
.AnyTagClassName
{
color: #F7A064;
}
</style>
background-color css
<style>
a { background-color: #F7A064; }
a { background-color: rgb(247,160,100); }
div.DivClassName
{
background-color: #F7A064;
}
.BgClassName
{
background-color: #F7A064;
}
</style>
border-color css
<style>
span { border-color: #F7A064; }
span { border-color: rgb(247,160,100); }
td.TdClassName
{
border-color: #F7A064;
}
.TagClassName
{
border-color: #F7A064;
}
</style>