Shades of Sandy Brown #F6A362
Tints of Sandy Brown #F6A362
RGB
CMYK
RGB Variations
Color information
#F6A362 (or 0xF6A362) is known color: Sandy Brown. HEX triplet: F6, A3 and 62. RGB value is (246,163,98). Sum of RGB (Red+Green+Blue) = 246+163+98=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A362 is #095C9D. Grayscale: #B4B4B4. Windows color (decimal): -613534 or 6464502. OLE color: 6464502.
HSL color Cylindrical-coordinate representation of color #F6A362: hue angle of 26.35º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6A362 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 98 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.04 |
| HSL | 26.35º | 0.89% | 0.67% | - |
| HSV(B) | 26.35º | 0.6% | 0.96% | - |
| XYZ | 53.31 | 46.67 | 17.75 | - |
| YUV | 180.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 98 | 0 | 0.34 | 0.60 | 0.04 | 26.35 | 0.89 | 0.67 |
| Hex | F6 | A3 | 62 | 0 | 22 | 3C | 4 | 1A | 59 | 43 |
| Octal | 366 | 243 | 142 | 0 | 42 | 74 | 4 | 32 | 131 | 103 |
| Binary | 11110110 | 10100011 | 1100010 | 0 | 100010 | 111100 | 100 | 11010 | 1011001 | 1000011 |
Color Harmonies of #F6A362
Complementary color
Monochromatic Colors of #F6A362
Black with #F6A362
Text Example
Text Example
White with #F6A362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A362; }
p { color: rgb(246,163,98); }
H1.HeaderClassName
{
color: #F6A362;
}
.AnyTagClassName
{
color: #F6A362;
}
</style>
background-color css
<style>
a { background-color: #F6A362; }
a { background-color: rgb(246,163,98); }
div.DivClassName
{
background-color: #F6A362;
}
.BgClassName
{
background-color: #F6A362;
}
</style>
border-color css
<style>
span { border-color: #F6A362; }
span { border-color: rgb(246,163,98); }
td.TdClassName
{
border-color: #F6A362;
}
.TagClassName
{
border-color: #F6A362;
}
</style>