Shades of Sandy Brown #F3A65C
Tints of Sandy Brown #F3A65C
RGB
CMYK
RGB Variations
Color information
#F3A65C (or 0xF3A65C) is known color: Sandy Brown. HEX triplet: F3, A6 and 5C. RGB value is (243,166,92). Sum of RGB (Red+Green+Blue) = 243+166+92=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A65C is #0C59A3. Grayscale: #B4B4B4. Windows color (decimal): -809380 or 6072051. OLE color: 6072051.
HSL color Cylindrical-coordinate representation of color #F3A65C: hue angle of 29.4º 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 #F3A65C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 92 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.05 |
| HSL | 29.4º | 0.86% | 0.66% | - |
| HSV(B) | 29.4º | 0.62% | 0.95% | - |
| XYZ | 52.53 | 47.1 | 16.45 | - |
| YUV | 180.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 92 | 0 | 0.32 | 0.62 | 0.05 | 29.4 | 0.86 | 0.66 |
| Hex | F3 | A6 | 5C | 0 | 20 | 3E | 5 | 1D | 56 | 42 |
| Octal | 363 | 246 | 134 | 0 | 40 | 76 | 5 | 35 | 126 | 102 |
| Binary | 11110011 | 10100110 | 1011100 | 0 | 100000 | 111110 | 101 | 11101 | 1010110 | 1000010 |
Color Harmonies of #F3A65C
Complementary color
Monochromatic Colors of #F3A65C
Black with #F3A65C
Text Example
Text Example
White with #F3A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A65C; }
p { color: rgb(243,166,92); }
H1.HeaderClassName
{
color: #F3A65C;
}
.AnyTagClassName
{
color: #F3A65C;
}
</style>
background-color css
<style>
a { background-color: #F3A65C; }
a { background-color: rgb(243,166,92); }
div.DivClassName
{
background-color: #F3A65C;
}
.BgClassName
{
background-color: #F3A65C;
}
</style>
border-color css
<style>
span { border-color: #F3A65C; }
span { border-color: rgb(243,166,92); }
td.TdClassName
{
border-color: #F3A65C;
}
.TagClassName
{
border-color: #F3A65C;
}
</style>