Shades of Sandy Brown #F3A364
Tints of Sandy Brown #F3A364
RGB
CMYK
RGB Variations
Color information
#F3A364 (or 0xF3A364) is known color: Sandy Brown. HEX triplet: F3, A3 and 64. RGB value is (243,163,100). Sum of RGB (Red+Green+Blue) = 243+163+100=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A364 is #0C5C9B. Grayscale: #B4B4B4. Windows color (decimal): -810140 or 6595571. OLE color: 6595571.
HSL color Cylindrical-coordinate representation of color #F3A364: hue angle of 26.43º 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 #F3A364 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 100 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.05 |
| HSL | 26.43º | 0.86% | 0.67% | - |
| HSV(B) | 26.43º | 0.59% | 0.95% | - |
| XYZ | 52.36 | 46.17 | 18.21 | - |
| YUV | 179.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 100 | 0 | 0.33 | 0.59 | 0.05 | 26.43 | 0.86 | 0.67 |
| Hex | F3 | A3 | 64 | 0 | 21 | 3B | 5 | 1A | 56 | 43 |
| Octal | 363 | 243 | 144 | 0 | 41 | 73 | 5 | 32 | 126 | 103 |
| Binary | 11110011 | 10100011 | 1100100 | 0 | 100001 | 111011 | 101 | 11010 | 1010110 | 1000011 |
Color Harmonies of #F3A364
Complementary color
Monochromatic Colors of #F3A364
Black with #F3A364
Text Example
Text Example
White with #F3A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A364; }
p { color: rgb(243,163,100); }
H1.HeaderClassName
{
color: #F3A364;
}
.AnyTagClassName
{
color: #F3A364;
}
</style>
background-color css
<style>
a { background-color: #F3A364; }
a { background-color: rgb(243,163,100); }
div.DivClassName
{
background-color: #F3A364;
}
.BgClassName
{
background-color: #F3A364;
}
</style>
border-color css
<style>
span { border-color: #F3A364; }
span { border-color: rgb(243,163,100); }
td.TdClassName
{
border-color: #F3A364;
}
.TagClassName
{
border-color: #F3A364;
}
</style>