Shades of Sandy Brown #F0A268
Tints of Sandy Brown #F0A268
RGB
CMYK
RGB Variations
Color information
#F0A268 (or 0xF0A268) is known color: Sandy Brown. HEX triplet: F0, A2 and 68. RGB value is (240,162,104). Sum of RGB (Red+Green+Blue) = 240+162+104=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A268 is #0F5D97. Grayscale: #B3B3B3. Windows color (decimal): -1007000 or 6857456. OLE color: 6857456.
HSL color Cylindrical-coordinate representation of color #F0A268: hue angle of 25.59º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0A268 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 104 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.06 |
| HSL | 25.59º | 0.82% | 0.67% | - |
| HSV(B) | 25.59º | 0.57% | 0.94% | - |
| XYZ | 51.35 | 45.37 | 19.15 | - |
| YUV | 178.71 | 85.84 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 104 | 0 | 0.32 | 0.57 | 0.06 | 25.59 | 0.82 | 0.67 |
| Hex | F0 | A2 | 68 | 0 | 20 | 39 | 6 | 1A | 52 | 43 |
| Octal | 360 | 242 | 150 | 0 | 40 | 71 | 6 | 32 | 122 | 103 |
| Binary | 11110000 | 10100010 | 1101000 | 0 | 100000 | 111001 | 110 | 11010 | 1010010 | 1000011 |
Color Harmonies of #F0A268
Complementary color
Monochromatic Colors of #F0A268
Black with #F0A268
Text Example
Text Example
White with #F0A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A268; }
p { color: rgb(240,162,104); }
H1.HeaderClassName
{
color: #F0A268;
}
.AnyTagClassName
{
color: #F0A268;
}
</style>
background-color css
<style>
a { background-color: #F0A268; }
a { background-color: rgb(240,162,104); }
div.DivClassName
{
background-color: #F0A268;
}
.BgClassName
{
background-color: #F0A268;
}
</style>
border-color css
<style>
span { border-color: #F0A268; }
span { border-color: rgb(240,162,104); }
td.TdClassName
{
border-color: #F0A268;
}
.TagClassName
{
border-color: #F0A268;
}
</style>