Shades of Sandy Brown #F5A266
Tints of Sandy Brown #F5A266
RGB
CMYK
RGB Variations
Color information
#F5A266 (or 0xF5A266) is known color: Sandy Brown. HEX triplet: F5, A2 and 66. RGB value is (245,162,102). Sum of RGB (Red+Green+Blue) = 245+162+102=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A266 is #0A5D99. Grayscale: #B4B4B4. Windows color (decimal): -679322 or 6726389. OLE color: 6726389.
HSL color Cylindrical-coordinate representation of color #F5A266: hue angle of 25.17º 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 #F5A266 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 102 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.04 |
| HSL | 25.17º | 0.88% | 0.68% | - |
| HSV(B) | 25.17º | 0.58% | 0.96% | - |
| XYZ | 52.97 | 46.21 | 18.7 | - |
| YUV | 179.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 102 | 0 | 0.34 | 0.58 | 0.04 | 25.17 | 0.88 | 0.68 |
| Hex | F5 | A2 | 66 | 0 | 22 | 3A | 4 | 19 | 58 | 44 |
| Octal | 365 | 242 | 146 | 0 | 42 | 72 | 4 | 31 | 130 | 104 |
| Binary | 11110101 | 10100010 | 1100110 | 0 | 100010 | 111010 | 100 | 11001 | 1011000 | 1000100 |
Color Harmonies of #F5A266
Complementary color
Monochromatic Colors of #F5A266
Black with #F5A266
Text Example
Text Example
White with #F5A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A266; }
p { color: rgb(245,162,102); }
H1.HeaderClassName
{
color: #F5A266;
}
.AnyTagClassName
{
color: #F5A266;
}
</style>
background-color css
<style>
a { background-color: #F5A266; }
a { background-color: rgb(245,162,102); }
div.DivClassName
{
background-color: #F5A266;
}
.BgClassName
{
background-color: #F5A266;
}
</style>
border-color css
<style>
span { border-color: #F5A266; }
span { border-color: rgb(245,162,102); }
td.TdClassName
{
border-color: #F5A266;
}
.TagClassName
{
border-color: #F5A266;
}
</style>