Shades of Sandy Brown #F5A069
Tints of Sandy Brown #F5A069
RGB
CMYK
RGB Variations
Color information
#F5A069 (or 0xF5A069) is known color: Sandy Brown. HEX triplet: F5, A0 and 69. RGB value is (245,160,105). Sum of RGB (Red+Green+Blue) = 245+160+105=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A069 is #0A5F96. Grayscale: #B3B3B3. Windows color (decimal): -679831 or 6922485. OLE color: 6922485.
HSL color Cylindrical-coordinate representation of color #F5A069: hue angle of 23.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5A069 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 105 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.04 |
| HSL | 23.57º | 0.88% | 0.69% | - |
| HSV(B) | 23.57º | 0.57% | 0.96% | - |
| XYZ | 52.78 | 45.57 | 19.38 | - |
| YUV | 179.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 105 | 0 | 0.35 | 0.57 | 0.04 | 23.57 | 0.88 | 0.69 |
| Hex | F5 | A0 | 69 | 0 | 23 | 39 | 4 | 18 | 58 | 45 |
| Octal | 365 | 240 | 151 | 0 | 43 | 71 | 4 | 30 | 130 | 105 |
| Binary | 11110101 | 10100000 | 1101001 | 0 | 100011 | 111001 | 100 | 11000 | 1011000 | 1000101 |
Color Harmonies of #F5A069
Complementary color
Monochromatic Colors of #F5A069
Black with #F5A069
Text Example
Text Example
White with #F5A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A069; }
p { color: rgb(245,160,105); }
H1.HeaderClassName
{
color: #F5A069;
}
.AnyTagClassName
{
color: #F5A069;
}
</style>
background-color css
<style>
a { background-color: #F5A069; }
a { background-color: rgb(245,160,105); }
div.DivClassName
{
background-color: #F5A069;
}
.BgClassName
{
background-color: #F5A069;
}
</style>
border-color css
<style>
span { border-color: #F5A069; }
span { border-color: rgb(245,160,105); }
td.TdClassName
{
border-color: #F5A069;
}
.TagClassName
{
border-color: #F5A069;
}
</style>