Shades of Sandy Brown #F3A86A
Tints of Sandy Brown #F3A86A
RGB
CMYK
RGB Variations
Color information
#F3A86A (or 0xF3A86A) is known color: Sandy Brown. HEX triplet: F3, A8 and 6A. RGB value is (243,168,106). Sum of RGB (Red+Green+Blue) = 243+168+106=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A86A is #0C5795. Grayscale: #B7B7B7. Windows color (decimal): -808854 or 6990067. OLE color: 6990067.
HSL color Cylindrical-coordinate representation of color #F3A86A: hue angle of 27.15º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3A86A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 106 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.05 |
| HSL | 27.15º | 0.85% | 0.68% | - |
| HSV(B) | 27.15º | 0.56% | 0.95% | - |
| XYZ | 53.57 | 48.1 | 20.1 | - |
| YUV | 183.36 | 84.35 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 106 | 0 | 0.31 | 0.56 | 0.05 | 27.15 | 0.85 | 0.68 |
| Hex | F3 | A8 | 6A | 0 | 1F | 38 | 5 | 1B | 55 | 44 |
| Octal | 363 | 250 | 152 | 0 | 37 | 70 | 5 | 33 | 125 | 104 |
| Binary | 11110011 | 10101000 | 1101010 | 0 | 11111 | 111000 | 101 | 11011 | 1010101 | 1000100 |
Color Harmonies of #F3A86A
Complementary color
Monochromatic Colors of #F3A86A
Black with #F3A86A
Text Example
Text Example
White with #F3A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A86A; }
p { color: rgb(243,168,106); }
H1.HeaderClassName
{
color: #F3A86A;
}
.AnyTagClassName
{
color: #F3A86A;
}
</style>
background-color css
<style>
a { background-color: #F3A86A; }
a { background-color: rgb(243,168,106); }
div.DivClassName
{
background-color: #F3A86A;
}
.BgClassName
{
background-color: #F3A86A;
}
</style>
border-color css
<style>
span { border-color: #F3A86A; }
span { border-color: rgb(243,168,106); }
td.TdClassName
{
border-color: #F3A86A;
}
.TagClassName
{
border-color: #F3A86A;
}
</style>