Shades of Sandy Brown #F4A068
Tints of Sandy Brown #F4A068
RGB
CMYK
RGB Variations
Color information
#F4A068 (or 0xF4A068) is known color: Sandy Brown. HEX triplet: F4, A0 and 68. RGB value is (244,160,104). Sum of RGB (Red+Green+Blue) = 244+160+104=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A068 is #0B5F97. Grayscale: #B3B3B3. Windows color (decimal): -745368 or 6856948. OLE color: 6856948.
HSL color Cylindrical-coordinate representation of color #F4A068: hue angle of 24º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4A068 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 104 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.04 |
| HSL | 24º | 0.86% | 0.68% | - |
| HSV(B) | 24º | 0.57% | 0.96% | - |
| XYZ | 52.38 | 45.37 | 19.09 | - |
| YUV | 178.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 104 | 0 | 0.34 | 0.57 | 0.04 | 24 | 0.86 | 0.68 |
| Hex | F4 | A0 | 68 | 0 | 22 | 39 | 4 | 18 | 56 | 44 |
| Octal | 364 | 240 | 150 | 0 | 42 | 71 | 4 | 30 | 126 | 104 |
| Binary | 11110100 | 10100000 | 1101000 | 0 | 100010 | 111001 | 100 | 11000 | 1010110 | 1000100 |
Color Harmonies of #F4A068
Complementary color
Monochromatic Colors of #F4A068
Black with #F4A068
Text Example
Text Example
White with #F4A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A068; }
p { color: rgb(244,160,104); }
H1.HeaderClassName
{
color: #F4A068;
}
.AnyTagClassName
{
color: #F4A068;
}
</style>
background-color css
<style>
a { background-color: #F4A068; }
a { background-color: rgb(244,160,104); }
div.DivClassName
{
background-color: #F4A068;
}
.BgClassName
{
background-color: #F4A068;
}
</style>
border-color css
<style>
span { border-color: #F4A068; }
span { border-color: rgb(244,160,104); }
td.TdClassName
{
border-color: #F4A068;
}
.TagClassName
{
border-color: #F4A068;
}
</style>