Shades of Sandy Brown #F3A96C
Tints of Sandy Brown #F3A96C
RGB
CMYK
RGB Variations
Color information
#F3A96C (or 0xF3A96C) is known color: Sandy Brown. HEX triplet: F3, A9 and 6C. RGB value is (243,169,108). Sum of RGB (Red+Green+Blue) = 243+169+108=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A96C is #0C5693. Grayscale: #B8B8B8. Windows color (decimal): -808596 or 7121395. OLE color: 7121395.
HSL color Cylindrical-coordinate representation of color #F3A96C: hue angle of 27.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3A96C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 108 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.05 |
| HSL | 27.11º | 0.85% | 0.69% | - |
| HSV(B) | 27.11º | 0.56% | 0.95% | - |
| XYZ | 53.86 | 48.51 | 20.71 | - |
| YUV | 184.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 108 | 0 | 0.30 | 0.56 | 0.05 | 27.11 | 0.85 | 0.69 |
| Hex | F3 | A9 | 6C | 0 | 1E | 38 | 5 | 1B | 55 | 45 |
| Octal | 363 | 251 | 154 | 0 | 36 | 70 | 5 | 33 | 125 | 105 |
| Binary | 11110011 | 10101001 | 1101100 | 0 | 11110 | 111000 | 101 | 11011 | 1010101 | 1000101 |
Color Harmonies of #F3A96C
Complementary color
Monochromatic Colors of #F3A96C
Black with #F3A96C
Text Example
Text Example
White with #F3A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A96C; }
p { color: rgb(243,169,108); }
H1.HeaderClassName
{
color: #F3A96C;
}
.AnyTagClassName
{
color: #F3A96C;
}
</style>
background-color css
<style>
a { background-color: #F3A96C; }
a { background-color: rgb(243,169,108); }
div.DivClassName
{
background-color: #F3A96C;
}
.BgClassName
{
background-color: #F3A96C;
}
</style>
border-color css
<style>
span { border-color: #F3A96C; }
span { border-color: rgb(243,169,108); }
td.TdClassName
{
border-color: #F3A96C;
}
.TagClassName
{
border-color: #F3A96C;
}
</style>