Shades of Sandy Brown #F3A655
Tints of Sandy Brown #F3A655
RGB
CMYK
RGB Variations
Color information
#F3A655 (or 0xF3A655) is known color: Sandy Brown. HEX triplet: F3, A6 and 55. RGB value is (243,166,85). Sum of RGB (Red+Green+Blue) = 243+166+85=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A655 is #0C59AA. Grayscale: #B4B4B4. Windows color (decimal): -809387 or 5613299. OLE color: 5613299.
HSL color Cylindrical-coordinate representation of color #F3A655: hue angle of 30.76º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3A655 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 85 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.05 |
| HSL | 30.76º | 0.87% | 0.64% | - |
| HSV(B) | 30.76º | 0.65% | 0.95% | - |
| XYZ | 52.24 | 46.98 | 14.91 | - |
| YUV | 179.79 | 74.51 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 85 | 0 | 0.32 | 0.65 | 0.05 | 30.76 | 0.87 | 0.64 |
| Hex | F3 | A6 | 55 | 0 | 20 | 41 | 5 | 1F | 57 | 40 |
| Octal | 363 | 246 | 125 | 0 | 40 | 101 | 5 | 37 | 127 | 100 |
| Binary | 11110011 | 10100110 | 1010101 | 0 | 100000 | 1000001 | 101 | 11111 | 1010111 | 1000000 |
Color Harmonies of #F3A655
Complementary color
Monochromatic Colors of #F3A655
Black with #F3A655
Text Example
Text Example
White with #F3A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A655; }
p { color: rgb(243,166,85); }
H1.HeaderClassName
{
color: #F3A655;
}
.AnyTagClassName
{
color: #F3A655;
}
</style>
background-color css
<style>
a { background-color: #F3A655; }
a { background-color: rgb(243,166,85); }
div.DivClassName
{
background-color: #F3A655;
}
.BgClassName
{
background-color: #F3A655;
}
</style>
border-color css
<style>
span { border-color: #F3A655; }
span { border-color: rgb(243,166,85); }
td.TdClassName
{
border-color: #F3A655;
}
.TagClassName
{
border-color: #F3A655;
}
</style>