Shades of Sandy Brown #F6A55E
Tints of Sandy Brown #F6A55E
RGB
CMYK
RGB Variations
Color information
#F6A55E (or 0xF6A55E) is known color: Sandy Brown. HEX triplet: F6, A5 and 5E. RGB value is (246,165,94). Sum of RGB (Red+Green+Blue) = 246+165+94=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A55E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A55E is #095AA1. Grayscale: #B5B5B5. Windows color (decimal): -613026 or 6202870. OLE color: 6202870.
HSL color Cylindrical-coordinate representation of color #F6A55E: hue angle of 28.03º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6A55E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 94 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.04 |
| HSL | 28.03º | 0.89% | 0.67% | - |
| HSV(B) | 28.03º | 0.62% | 0.96% | - |
| XYZ | 53.48 | 47.31 | 16.9 | - |
| YUV | 181.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 94 | 0 | 0.33 | 0.62 | 0.04 | 28.03 | 0.89 | 0.67 |
| Hex | F6 | A5 | 5E | 0 | 21 | 3E | 4 | 1C | 59 | 43 |
| Octal | 366 | 245 | 136 | 0 | 41 | 76 | 4 | 34 | 131 | 103 |
| Binary | 11110110 | 10100101 | 1011110 | 0 | 100001 | 111110 | 100 | 11100 | 1011001 | 1000011 |
Color Harmonies of #F6A55E
Complementary color
Monochromatic Colors of #F6A55E
Black with #F6A55E
Text Example
Text Example
White with #F6A55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A55E; }
p { color: rgb(246,165,94); }
H1.HeaderClassName
{
color: #F6A55E;
}
.AnyTagClassName
{
color: #F6A55E;
}
</style>
background-color css
<style>
a { background-color: #F6A55E; }
a { background-color: rgb(246,165,94); }
div.DivClassName
{
background-color: #F6A55E;
}
.BgClassName
{
background-color: #F6A55E;
}
</style>
border-color css
<style>
span { border-color: #F6A55E; }
span { border-color: rgb(246,165,94); }
td.TdClassName
{
border-color: #F6A55E;
}
.TagClassName
{
border-color: #F6A55E;
}
</style>