Shades of Sandy Brown #F5A75F
Tints of Sandy Brown #F5A75F
RGB
CMYK
RGB Variations
Color information
#F5A75F (or 0xF5A75F) is known color: Sandy Brown. HEX triplet: F5, A7 and 5F. RGB value is (245,167,95). Sum of RGB (Red+Green+Blue) = 245+167+95=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A75F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A75F is #0A58A0. Grayscale: #B6B6B6. Windows color (decimal): -678049 or 6268917. OLE color: 6268917.
HSL color Cylindrical-coordinate representation of color #F5A75F: hue angle of 28.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5A75F is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 95 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.04 |
| HSL | 28.8º | 0.88% | 0.67% | - |
| HSV(B) | 28.8º | 0.61% | 0.96% | - |
| XYZ | 53.54 | 47.88 | 17.25 | - |
| YUV | 182.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 95 | 0 | 0.32 | 0.61 | 0.04 | 28.8 | 0.88 | 0.67 |
| Hex | F5 | A7 | 5F | 0 | 20 | 3D | 4 | 1D | 58 | 43 |
| Octal | 365 | 247 | 137 | 0 | 40 | 75 | 4 | 35 | 130 | 103 |
| Binary | 11110101 | 10100111 | 1011111 | 0 | 100000 | 111101 | 100 | 11101 | 1011000 | 1000011 |
Color Harmonies of #F5A75F
Complementary color
Monochromatic Colors of #F5A75F
Black with #F5A75F
Text Example
Text Example
White with #F5A75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A75F; }
p { color: rgb(245,167,95); }
H1.HeaderClassName
{
color: #F5A75F;
}
.AnyTagClassName
{
color: #F5A75F;
}
</style>
background-color css
<style>
a { background-color: #F5A75F; }
a { background-color: rgb(245,167,95); }
div.DivClassName
{
background-color: #F5A75F;
}
.BgClassName
{
background-color: #F5A75F;
}
</style>
border-color css
<style>
span { border-color: #F5A75F; }
span { border-color: rgb(245,167,95); }
td.TdClassName
{
border-color: #F5A75F;
}
.TagClassName
{
border-color: #F5A75F;
}
</style>