Shades of Sandy Brown #F0A56A
Tints of Sandy Brown #F0A56A
RGB
CMYK
RGB Variations
Color information
#F0A56A (or 0xF0A56A) is known color: Sandy Brown. HEX triplet: F0, A5 and 6A. RGB value is (240,165,106). Sum of RGB (Red+Green+Blue) = 240+165+106=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A56A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A56A is #0F5A95. Grayscale: #B5B5B5. Windows color (decimal): -1006230 or 6989296. OLE color: 6989296.
HSL color Cylindrical-coordinate representation of color #F0A56A: hue angle of 26.42º 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 #F0A56A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 106 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.06 |
| HSL | 26.42º | 0.82% | 0.68% | - |
| HSV(B) | 26.42º | 0.56% | 0.94% | - |
| XYZ | 51.99 | 46.48 | 19.87 | - |
| YUV | 180.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 106 | 0 | 0.31 | 0.56 | 0.06 | 26.42 | 0.82 | 0.68 |
| Hex | F0 | A5 | 6A | 0 | 1F | 38 | 6 | 1A | 52 | 44 |
| Octal | 360 | 245 | 152 | 0 | 37 | 70 | 6 | 32 | 122 | 104 |
| Binary | 11110000 | 10100101 | 1101010 | 0 | 11111 | 111000 | 110 | 11010 | 1010010 | 1000100 |
Color Harmonies of #F0A56A
Complementary color
Monochromatic Colors of #F0A56A
Black with #F0A56A
Text Example
Text Example
White with #F0A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A56A; }
p { color: rgb(240,165,106); }
H1.HeaderClassName
{
color: #F0A56A;
}
.AnyTagClassName
{
color: #F0A56A;
}
</style>
background-color css
<style>
a { background-color: #F0A56A; }
a { background-color: rgb(240,165,106); }
div.DivClassName
{
background-color: #F0A56A;
}
.BgClassName
{
background-color: #F0A56A;
}
</style>
border-color css
<style>
span { border-color: #F0A56A; }
span { border-color: rgb(240,165,106); }
td.TdClassName
{
border-color: #F0A56A;
}
.TagClassName
{
border-color: #F0A56A;
}
</style>