Shades of Sandy Brown #F3A064
Tints of Sandy Brown #F3A064
RGB
CMYK
RGB Variations
Color information
#F3A064 (or 0xF3A064) is known color: Sandy Brown. HEX triplet: F3, A0 and 64. RGB value is (243,160,100). Sum of RGB (Red+Green+Blue) = 243+160+100=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A064 is #0C5F9B. Grayscale: #B2B2B2. Windows color (decimal): -810908 or 6594803. OLE color: 6594803.
HSL color Cylindrical-coordinate representation of color #F3A064: hue angle of 25.17º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3A064 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 100 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.05 |
| HSL | 25.17º | 0.86% | 0.67% | - |
| HSV(B) | 25.17º | 0.59% | 0.95% | - |
| XYZ | 51.83 | 45.12 | 18.03 | - |
| YUV | 177.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 100 | 0 | 0.34 | 0.59 | 0.05 | 25.17 | 0.86 | 0.67 |
| Hex | F3 | A0 | 64 | 0 | 22 | 3B | 5 | 19 | 56 | 43 |
| Octal | 363 | 240 | 144 | 0 | 42 | 73 | 5 | 31 | 126 | 103 |
| Binary | 11110011 | 10100000 | 1100100 | 0 | 100010 | 111011 | 101 | 11001 | 1010110 | 1000011 |
Color Harmonies of #F3A064
Complementary color
Monochromatic Colors of #F3A064
Black with #F3A064
Text Example
Text Example
White with #F3A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A064; }
p { color: rgb(243,160,100); }
H1.HeaderClassName
{
color: #F3A064;
}
.AnyTagClassName
{
color: #F3A064;
}
</style>
background-color css
<style>
a { background-color: #F3A064; }
a { background-color: rgb(243,160,100); }
div.DivClassName
{
background-color: #F3A064;
}
.BgClassName
{
background-color: #F3A064;
}
</style>
border-color css
<style>
span { border-color: #F3A064; }
span { border-color: rgb(243,160,100); }
td.TdClassName
{
border-color: #F3A064;
}
.TagClassName
{
border-color: #F3A064;
}
</style>