Shades of Sandy Brown #F3A55D
Tints of Sandy Brown #F3A55D
RGB
CMYK
RGB Variations
Color information
#F3A55D (or 0xF3A55D) is known color: Sandy Brown. HEX triplet: F3, A5 and 5D. RGB value is (243,165,93). Sum of RGB (Red+Green+Blue) = 243+165+93=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A55D is #0C5AA2. Grayscale: #B4B4B4. Windows color (decimal): -809635 or 6137331. OLE color: 6137331.
HSL color Cylindrical-coordinate representation of color #F3A55D: hue angle of 28.8º 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 #F3A55D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 93 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.05 |
| HSL | 28.8º | 0.86% | 0.66% | - |
| HSV(B) | 28.8º | 0.62% | 0.95% | - |
| XYZ | 52.39 | 46.76 | 16.62 | - |
| YUV | 180.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 93 | 0 | 0.32 | 0.62 | 0.05 | 28.8 | 0.86 | 0.66 |
| Hex | F3 | A5 | 5D | 0 | 20 | 3E | 5 | 1D | 56 | 42 |
| Octal | 363 | 245 | 135 | 0 | 40 | 76 | 5 | 35 | 126 | 102 |
| Binary | 11110011 | 10100101 | 1011101 | 0 | 100000 | 111110 | 101 | 11101 | 1010110 | 1000010 |
Color Harmonies of #F3A55D
Complementary color
Monochromatic Colors of #F3A55D
Black with #F3A55D
Text Example
Text Example
White with #F3A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A55D; }
p { color: rgb(243,165,93); }
H1.HeaderClassName
{
color: #F3A55D;
}
.AnyTagClassName
{
color: #F3A55D;
}
</style>
background-color css
<style>
a { background-color: #F3A55D; }
a { background-color: rgb(243,165,93); }
div.DivClassName
{
background-color: #F3A55D;
}
.BgClassName
{
background-color: #F3A55D;
}
</style>
border-color css
<style>
span { border-color: #F3A55D; }
span { border-color: rgb(243,165,93); }
td.TdClassName
{
border-color: #F3A55D;
}
.TagClassName
{
border-color: #F3A55D;
}
</style>