Shades of Sandy Brown #F3A05C
Tints of Sandy Brown #F3A05C
RGB
CMYK
RGB Variations
Color information
#F3A05C (or 0xF3A05C) is known color: Sandy Brown. HEX triplet: F3, A0 and 5C. RGB value is (243,160,92). Sum of RGB (Red+Green+Blue) = 243+160+92=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A05C is #0C5FA3. Grayscale: #B1B1B1. Windows color (decimal): -810916 or 6070515. OLE color: 6070515.
HSL color Cylindrical-coordinate representation of color #F3A05C: hue angle of 27.02º 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 #F3A05C is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 92 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.05 |
| HSL | 27.02º | 0.86% | 0.66% | - |
| HSV(B) | 27.02º | 0.62% | 0.95% | - |
| XYZ | 51.46 | 44.97 | 16.09 | - |
| YUV | 177.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 92 | 0 | 0.34 | 0.62 | 0.05 | 27.02 | 0.86 | 0.66 |
| Hex | F3 | A0 | 5C | 0 | 22 | 3E | 5 | 1B | 56 | 42 |
| Octal | 363 | 240 | 134 | 0 | 42 | 76 | 5 | 33 | 126 | 102 |
| Binary | 11110011 | 10100000 | 1011100 | 0 | 100010 | 111110 | 101 | 11011 | 1010110 | 1000010 |
Color Harmonies of #F3A05C
Complementary color
Monochromatic Colors of #F3A05C
Black with #F3A05C
Text Example
Text Example
White with #F3A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A05C; }
p { color: rgb(243,160,92); }
H1.HeaderClassName
{
color: #F3A05C;
}
.AnyTagClassName
{
color: #F3A05C;
}
</style>
background-color css
<style>
a { background-color: #F3A05C; }
a { background-color: rgb(243,160,92); }
div.DivClassName
{
background-color: #F3A05C;
}
.BgClassName
{
background-color: #F3A05C;
}
</style>
border-color css
<style>
span { border-color: #F3A05C; }
span { border-color: rgb(243,160,92); }
td.TdClassName
{
border-color: #F3A05C;
}
.TagClassName
{
border-color: #F3A05C;
}
</style>