Shades of Sandy Brown #F6A758
Tints of Sandy Brown #F6A758
RGB
CMYK
RGB Variations
Color information
#F6A758 (or 0xF6A758) is known color: Sandy Brown. HEX triplet: F6, A7 and 58. RGB value is (246,167,88). Sum of RGB (Red+Green+Blue) = 246+167+88=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A758 is #0958A7. Grayscale: #B6B6B6. Windows color (decimal): -612520 or 5810166. OLE color: 5810166.
HSL color Cylindrical-coordinate representation of color #F6A758: hue angle of 30º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6A758 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 88 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.04 |
| HSL | 30º | 0.9% | 0.65% | - |
| HSV(B) | 30º | 0.64% | 0.96% | - |
| XYZ | 53.59 | 47.93 | 15.66 | - |
| YUV | 181.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 88 | 0 | 0.32 | 0.64 | 0.04 | 30 | 0.9 | 0.65 |
| Hex | F6 | A7 | 58 | 0 | 20 | 40 | 4 | 1E | 5A | 41 |
| Octal | 366 | 247 | 130 | 0 | 40 | 100 | 4 | 36 | 132 | 101 |
| Binary | 11110110 | 10100111 | 1011000 | 0 | 100000 | 1000000 | 100 | 11110 | 1011010 | 1000001 |
Color Harmonies of #F6A758
Complementary color
Monochromatic Colors of #F6A758
Black with #F6A758
Text Example
Text Example
White with #F6A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A758; }
p { color: rgb(246,167,88); }
H1.HeaderClassName
{
color: #F6A758;
}
.AnyTagClassName
{
color: #F6A758;
}
</style>
background-color css
<style>
a { background-color: #F6A758; }
a { background-color: rgb(246,167,88); }
div.DivClassName
{
background-color: #F6A758;
}
.BgClassName
{
background-color: #F6A758;
}
</style>
border-color css
<style>
span { border-color: #F6A758; }
span { border-color: rgb(246,167,88); }
td.TdClassName
{
border-color: #F6A758;
}
.TagClassName
{
border-color: #F6A758;
}
</style>