Shades of Sandy Brown #F5A666
Tints of Sandy Brown #F5A666
RGB
CMYK
RGB Variations
Color information
#F5A666 (or 0xF5A666) is known color: Sandy Brown. HEX triplet: F5, A6 and 66. RGB value is (245,166,102). Sum of RGB (Red+Green+Blue) = 245+166+102=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A666 is #0A5999. Grayscale: #B6B6B6. Windows color (decimal): -678298 or 6727413. OLE color: 6727413.
HSL color Cylindrical-coordinate representation of color #F5A666: hue angle of 26.85º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5A666 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 102 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.04 |
| HSL | 26.85º | 0.88% | 0.68% | - |
| HSV(B) | 26.85º | 0.58% | 0.96% | - |
| XYZ | 53.69 | 47.64 | 18.94 | - |
| YUV | 182.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 102 | 0 | 0.32 | 0.58 | 0.04 | 26.85 | 0.88 | 0.68 |
| Hex | F5 | A6 | 66 | 0 | 20 | 3A | 4 | 1B | 58 | 44 |
| Octal | 365 | 246 | 146 | 0 | 40 | 72 | 4 | 33 | 130 | 104 |
| Binary | 11110101 | 10100110 | 1100110 | 0 | 100000 | 111010 | 100 | 11011 | 1011000 | 1000100 |
Color Harmonies of #F5A666
Complementary color
Monochromatic Colors of #F5A666
Black with #F5A666
Text Example
Text Example
White with #F5A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A666; }
p { color: rgb(245,166,102); }
H1.HeaderClassName
{
color: #F5A666;
}
.AnyTagClassName
{
color: #F5A666;
}
</style>
background-color css
<style>
a { background-color: #F5A666; }
a { background-color: rgb(245,166,102); }
div.DivClassName
{
background-color: #F5A666;
}
.BgClassName
{
background-color: #F5A666;
}
</style>
border-color css
<style>
span { border-color: #F5A666; }
span { border-color: rgb(245,166,102); }
td.TdClassName
{
border-color: #F5A666;
}
.TagClassName
{
border-color: #F5A666;
}
</style>