Shades of Sandy Brown #F7A961
Tints of Sandy Brown #F7A961
RGB
CMYK
RGB Variations
Color information
#F7A961 (or 0xF7A961) is known color: Sandy Brown. HEX triplet: F7, A9 and 61. RGB value is (247,169,97). Sum of RGB (Red+Green+Blue) = 247+169+97=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A961 is #08569E. Grayscale: #B8B8B8. Windows color (decimal): -546463 or 6400503. OLE color: 6400503.
HSL color Cylindrical-coordinate representation of color #F7A961: hue angle of 28.8º 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 #F7A961 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 97 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.03 |
| HSL | 28.8º | 0.9% | 0.67% | - |
| HSV(B) | 28.8º | 0.61% | 0.97% | - |
| XYZ | 54.7 | 49.01 | 17.89 | - |
| YUV | 184.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 97 | 0 | 0.32 | 0.61 | 0.03 | 28.8 | 0.9 | 0.67 |
| Hex | F7 | A9 | 61 | 0 | 20 | 3D | 3 | 1D | 5A | 43 |
| Octal | 367 | 251 | 141 | 0 | 40 | 75 | 3 | 35 | 132 | 103 |
| Binary | 11110111 | 10101001 | 1100001 | 0 | 100000 | 111101 | 11 | 11101 | 1011010 | 1000011 |
Color Harmonies of #F7A961
Complementary color
Monochromatic Colors of #F7A961
Black with #F7A961
Text Example
Text Example
White with #F7A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A961; }
p { color: rgb(247,169,97); }
H1.HeaderClassName
{
color: #F7A961;
}
.AnyTagClassName
{
color: #F7A961;
}
</style>
background-color css
<style>
a { background-color: #F7A961; }
a { background-color: rgb(247,169,97); }
div.DivClassName
{
background-color: #F7A961;
}
.BgClassName
{
background-color: #F7A961;
}
</style>
border-color css
<style>
span { border-color: #F7A961; }
span { border-color: rgb(247,169,97); }
td.TdClassName
{
border-color: #F7A961;
}
.TagClassName
{
border-color: #F7A961;
}
</style>