Shades of Sandy Brown #F0A26A
Tints of Sandy Brown #F0A26A
RGB
CMYK
RGB Variations
Color information
#F0A26A (or 0xF0A26A) is known color: Sandy Brown. HEX triplet: F0, A2 and 6A. RGB value is (240,162,106). Sum of RGB (Red+Green+Blue) = 240+162+106=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A26A is #0F5D95. Grayscale: #B3B3B3. Windows color (decimal): -1006998 or 6988528. OLE color: 6988528.
HSL color Cylindrical-coordinate representation of color #F0A26A: hue angle of 25.07º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0A26A is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 106 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.06 |
| HSL | 25.07º | 0.82% | 0.68% | - |
| HSV(B) | 25.07º | 0.56% | 0.94% | - |
| XYZ | 51.46 | 45.41 | 19.69 | - |
| YUV | 178.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 106 | 0 | 0.32 | 0.56 | 0.06 | 25.07 | 0.82 | 0.68 |
| Hex | F0 | A2 | 6A | 0 | 20 | 38 | 6 | 19 | 52 | 44 |
| Octal | 360 | 242 | 152 | 0 | 40 | 70 | 6 | 31 | 122 | 104 |
| Binary | 11110000 | 10100010 | 1101010 | 0 | 100000 | 111000 | 110 | 11001 | 1010010 | 1000100 |
Color Harmonies of #F0A26A
Complementary color
Monochromatic Colors of #F0A26A
Black with #F0A26A
Text Example
Text Example
White with #F0A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A26A; }
p { color: rgb(240,162,106); }
H1.HeaderClassName
{
color: #F0A26A;
}
.AnyTagClassName
{
color: #F0A26A;
}
</style>
background-color css
<style>
a { background-color: #F0A26A; }
a { background-color: rgb(240,162,106); }
div.DivClassName
{
background-color: #F0A26A;
}
.BgClassName
{
background-color: #F0A26A;
}
</style>
border-color css
<style>
span { border-color: #F0A26A; }
span { border-color: rgb(240,162,106); }
td.TdClassName
{
border-color: #F0A26A;
}
.TagClassName
{
border-color: #F0A26A;
}
</style>