Shades of Sandy Brown #F3A560
Tints of Sandy Brown #F3A560
RGB
CMYK
RGB Variations
Color information
#F3A560 (or 0xF3A560) is known color: Sandy Brown. HEX triplet: F3, A5 and 60. RGB value is (243,165,96). Sum of RGB (Red+Green+Blue) = 243+165+96=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A560 is #0C5A9F. Grayscale: #B4B4B4. Windows color (decimal): -809632 or 6333939. OLE color: 6333939.
HSL color Cylindrical-coordinate representation of color #F3A560: hue angle of 28.16º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F3A560 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 96 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.05 |
| HSL | 28.16º | 0.86% | 0.66% | - |
| HSV(B) | 28.16º | 0.6% | 0.95% | - |
| XYZ | 52.53 | 46.81 | 17.33 | - |
| YUV | 180.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 96 | 0 | 0.32 | 0.60 | 0.05 | 28.16 | 0.86 | 0.66 |
| Hex | F3 | A5 | 60 | 0 | 20 | 3C | 5 | 1C | 56 | 42 |
| Octal | 363 | 245 | 140 | 0 | 40 | 74 | 5 | 34 | 126 | 102 |
| Binary | 11110011 | 10100101 | 1100000 | 0 | 100000 | 111100 | 101 | 11100 | 1010110 | 1000010 |
Color Harmonies of #F3A560
Complementary color
Monochromatic Colors of #F3A560
Black with #F3A560
Text Example
Text Example
White with #F3A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A560; }
p { color: rgb(243,165,96); }
H1.HeaderClassName
{
color: #F3A560;
}
.AnyTagClassName
{
color: #F3A560;
}
</style>
background-color css
<style>
a { background-color: #F3A560; }
a { background-color: rgb(243,165,96); }
div.DivClassName
{
background-color: #F3A560;
}
.BgClassName
{
background-color: #F3A560;
}
</style>
border-color css
<style>
span { border-color: #F3A560; }
span { border-color: rgb(243,165,96); }
td.TdClassName
{
border-color: #F3A560;
}
.TagClassName
{
border-color: #F3A560;
}
</style>