Shades of Sandy Brown #F3A65D
Tints of Sandy Brown #F3A65D
RGB
CMYK
RGB Variations
Color information
#F3A65D (or 0xF3A65D) is known color: Sandy Brown. HEX triplet: F3, A6 and 5D. RGB value is (243,166,93). Sum of RGB (Red+Green+Blue) = 243+166+93=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A65D is #0C59A2. Grayscale: #B5B5B5. Windows color (decimal): -809379 or 6137587. OLE color: 6137587.
HSL color Cylindrical-coordinate representation of color #F3A65D: hue angle of 29.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3A65D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 93 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.05 |
| HSL | 29.2º | 0.86% | 0.66% | - |
| HSV(B) | 29.2º | 0.62% | 0.95% | - |
| XYZ | 52.57 | 47.12 | 16.68 | - |
| YUV | 180.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 93 | 0 | 0.32 | 0.62 | 0.05 | 29.2 | 0.86 | 0.66 |
| Hex | F3 | A6 | 5D | 0 | 20 | 3E | 5 | 1D | 56 | 42 |
| Octal | 363 | 246 | 135 | 0 | 40 | 76 | 5 | 35 | 126 | 102 |
| Binary | 11110011 | 10100110 | 1011101 | 0 | 100000 | 111110 | 101 | 11101 | 1010110 | 1000010 |
Color Harmonies of #F3A65D
Complementary color
Monochromatic Colors of #F3A65D
Black with #F3A65D
Text Example
Text Example
White with #F3A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A65D; }
p { color: rgb(243,166,93); }
H1.HeaderClassName
{
color: #F3A65D;
}
.AnyTagClassName
{
color: #F3A65D;
}
</style>
background-color css
<style>
a { background-color: #F3A65D; }
a { background-color: rgb(243,166,93); }
div.DivClassName
{
background-color: #F3A65D;
}
.BgClassName
{
background-color: #F3A65D;
}
</style>
border-color css
<style>
span { border-color: #F3A65D; }
span { border-color: rgb(243,166,93); }
td.TdClassName
{
border-color: #F3A65D;
}
.TagClassName
{
border-color: #F3A65D;
}
</style>