Shades of Sandy Brown #F3A85C
Tints of Sandy Brown #F3A85C
RGB
CMYK
RGB Variations
Color information
#F3A85C (or 0xF3A85C) is known color: Sandy Brown. HEX triplet: F3, A8 and 5C. RGB value is (243,168,92). Sum of RGB (Red+Green+Blue) = 243+168+92=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A85C is #0C57A3. Grayscale: #B6B6B6. Windows color (decimal): -808868 or 6072563. OLE color: 6072563.
HSL color Cylindrical-coordinate representation of color #F3A85C: hue angle of 30.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 #F3A85C is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 92 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.05 |
| HSL | 30.2º | 0.86% | 0.66% | - |
| HSV(B) | 30.2º | 0.62% | 0.95% | - |
| XYZ | 52.9 | 47.83 | 16.57 | - |
| YUV | 181.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 92 | 0 | 0.31 | 0.62 | 0.05 | 30.2 | 0.86 | 0.66 |
| Hex | F3 | A8 | 5C | 0 | 1F | 3E | 5 | 1E | 56 | 42 |
| Octal | 363 | 250 | 134 | 0 | 37 | 76 | 5 | 36 | 126 | 102 |
| Binary | 11110011 | 10101000 | 1011100 | 0 | 11111 | 111110 | 101 | 11110 | 1010110 | 1000010 |
Color Harmonies of #F3A85C
Complementary color
Monochromatic Colors of #F3A85C
Black with #F3A85C
Text Example
Text Example
White with #F3A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A85C; }
p { color: rgb(243,168,92); }
H1.HeaderClassName
{
color: #F3A85C;
}
.AnyTagClassName
{
color: #F3A85C;
}
</style>
background-color css
<style>
a { background-color: #F3A85C; }
a { background-color: rgb(243,168,92); }
div.DivClassName
{
background-color: #F3A85C;
}
.BgClassName
{
background-color: #F3A85C;
}
</style>
border-color css
<style>
span { border-color: #F3A85C; }
span { border-color: rgb(243,168,92); }
td.TdClassName
{
border-color: #F3A85C;
}
.TagClassName
{
border-color: #F3A85C;
}
</style>