Shades of Sandy Brown #F7A067
Tints of Sandy Brown #F7A067
RGB
CMYK
RGB Variations
Color information
#F7A067 (or 0xF7A067) is known color: Sandy Brown. HEX triplet: F7, A0 and 67. RGB value is (247,160,103). Sum of RGB (Red+Green+Blue) = 247+160+103=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A067 is #085F98. Grayscale: #B3B3B3. Windows color (decimal): -548761 or 6791415. OLE color: 6791415.
HSL color Cylindrical-coordinate representation of color #F7A067: hue angle of 23.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7A067 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 103 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.03 |
| HSL | 23.75º | 0.9% | 0.69% | - |
| HSV(B) | 23.75º | 0.58% | 0.97% | - |
| XYZ | 53.38 | 45.9 | 18.88 | - |
| YUV | 179.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 103 | 0 | 0.35 | 0.58 | 0.03 | 23.75 | 0.9 | 0.69 |
| Hex | F7 | A0 | 67 | 0 | 23 | 3A | 3 | 18 | 5A | 45 |
| Octal | 367 | 240 | 147 | 0 | 43 | 72 | 3 | 30 | 132 | 105 |
| Binary | 11110111 | 10100000 | 1100111 | 0 | 100011 | 111010 | 11 | 11000 | 1011010 | 1000101 |
Color Harmonies of #F7A067
Complementary color
Monochromatic Colors of #F7A067
Black with #F7A067
Text Example
Text Example
White with #F7A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A067; }
p { color: rgb(247,160,103); }
H1.HeaderClassName
{
color: #F7A067;
}
.AnyTagClassName
{
color: #F7A067;
}
</style>
background-color css
<style>
a { background-color: #F7A067; }
a { background-color: rgb(247,160,103); }
div.DivClassName
{
background-color: #F7A067;
}
.BgClassName
{
background-color: #F7A067;
}
</style>
border-color css
<style>
span { border-color: #F7A067; }
span { border-color: rgb(247,160,103); }
td.TdClassName
{
border-color: #F7A067;
}
.TagClassName
{
border-color: #F7A067;
}
</style>