Shades of Sandy Brown #F4A266
Tints of Sandy Brown #F4A266
RGB
CMYK
RGB Variations
Color information
#F4A266 (or 0xF4A266) is known color: Sandy Brown. HEX triplet: F4, A2 and 66. RGB value is (244,162,102). Sum of RGB (Red+Green+Blue) = 244+162+102=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A266 is #0B5D99. Grayscale: #B4B4B4. Windows color (decimal): -744858 or 6726388. OLE color: 6726388.
HSL color Cylindrical-coordinate representation of color #F4A266: hue angle of 25.35º degrees, saturation: 0.87, 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 #F4A266 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 102 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.04 |
| HSL | 25.35º | 0.87% | 0.68% | - |
| HSV(B) | 25.35º | 0.58% | 0.96% | - |
| XYZ | 52.63 | 46.03 | 18.68 | - |
| YUV | 179.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 102 | 0 | 0.34 | 0.58 | 0.04 | 25.35 | 0.87 | 0.68 |
| Hex | F4 | A2 | 66 | 0 | 22 | 3A | 4 | 19 | 57 | 44 |
| Octal | 364 | 242 | 146 | 0 | 42 | 72 | 4 | 31 | 127 | 104 |
| Binary | 11110100 | 10100010 | 1100110 | 0 | 100010 | 111010 | 100 | 11001 | 1010111 | 1000100 |
Color Harmonies of #F4A266
Complementary color
Monochromatic Colors of #F4A266
Black with #F4A266
Text Example
Text Example
White with #F4A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A266; }
p { color: rgb(244,162,102); }
H1.HeaderClassName
{
color: #F4A266;
}
.AnyTagClassName
{
color: #F4A266;
}
</style>
background-color css
<style>
a { background-color: #F4A266; }
a { background-color: rgb(244,162,102); }
div.DivClassName
{
background-color: #F4A266;
}
.BgClassName
{
background-color: #F4A266;
}
</style>
border-color css
<style>
span { border-color: #F4A266; }
span { border-color: rgb(244,162,102); }
td.TdClassName
{
border-color: #F4A266;
}
.TagClassName
{
border-color: #F4A266;
}
</style>