Shades of Sandy Brown #F3A264
Tints of Sandy Brown #F3A264
RGB
CMYK
RGB Variations
Color information
#F3A264 (or 0xF3A264) is known color: Sandy Brown. HEX triplet: F3, A2 and 64. RGB value is (243,162,100). Sum of RGB (Red+Green+Blue) = 243+162+100=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A264 is #0C5D9B. Grayscale: #B3B3B3. Windows color (decimal): -810396 or 6595315. OLE color: 6595315.
HSL color Cylindrical-coordinate representation of color #F3A264: hue angle of 26.01º 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 #F3A264 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 100 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.05 |
| HSL | 26.01º | 0.86% | 0.67% | - |
| HSV(B) | 26.01º | 0.59% | 0.95% | - |
| XYZ | 52.18 | 45.82 | 18.15 | - |
| YUV | 179.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 100 | 0 | 0.33 | 0.59 | 0.05 | 26.01 | 0.86 | 0.67 |
| Hex | F3 | A2 | 64 | 0 | 21 | 3B | 5 | 1A | 56 | 43 |
| Octal | 363 | 242 | 144 | 0 | 41 | 73 | 5 | 32 | 126 | 103 |
| Binary | 11110011 | 10100010 | 1100100 | 0 | 100001 | 111011 | 101 | 11010 | 1010110 | 1000011 |
Color Harmonies of #F3A264
Complementary color
Monochromatic Colors of #F3A264
Black with #F3A264
Text Example
Text Example
White with #F3A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A264; }
p { color: rgb(243,162,100); }
H1.HeaderClassName
{
color: #F3A264;
}
.AnyTagClassName
{
color: #F3A264;
}
</style>
background-color css
<style>
a { background-color: #F3A264; }
a { background-color: rgb(243,162,100); }
div.DivClassName
{
background-color: #F3A264;
}
.BgClassName
{
background-color: #F3A264;
}
</style>
border-color css
<style>
span { border-color: #F3A264; }
span { border-color: rgb(243,162,100); }
td.TdClassName
{
border-color: #F3A264;
}
.TagClassName
{
border-color: #F3A264;
}
</style>