Shades of Sandy Brown #F0A46C
Tints of Sandy Brown #F0A46C
RGB
CMYK
RGB Variations
Color information
#F0A46C (or 0xF0A46C) is known color: Sandy Brown. HEX triplet: F0, A4 and 6C. RGB value is (240,164,108). Sum of RGB (Red+Green+Blue) = 240+164+108=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A46C is #0F5B93. Grayscale: #B4B4B4. Windows color (decimal): -1006484 or 7120112. OLE color: 7120112.
HSL color Cylindrical-coordinate representation of color #F0A46C: hue angle of 25.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0A46C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 108 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.06 |
| HSL | 25.45º | 0.81% | 0.68% | - |
| HSV(B) | 25.45º | 0.55% | 0.94% | - |
| XYZ | 51.92 | 46.16 | 20.36 | - |
| YUV | 180.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 108 | 0 | 0.32 | 0.55 | 0.06 | 25.45 | 0.81 | 0.68 |
| Hex | F0 | A4 | 6C | 0 | 20 | 37 | 6 | 19 | 51 | 44 |
| Octal | 360 | 244 | 154 | 0 | 40 | 67 | 6 | 31 | 121 | 104 |
| Binary | 11110000 | 10100100 | 1101100 | 0 | 100000 | 110111 | 110 | 11001 | 1010001 | 1000100 |
Color Harmonies of #F0A46C
Complementary color
Monochromatic Colors of #F0A46C
Black with #F0A46C
Text Example
Text Example
White with #F0A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A46C; }
p { color: rgb(240,164,108); }
H1.HeaderClassName
{
color: #F0A46C;
}
.AnyTagClassName
{
color: #F0A46C;
}
</style>
background-color css
<style>
a { background-color: #F0A46C; }
a { background-color: rgb(240,164,108); }
div.DivClassName
{
background-color: #F0A46C;
}
.BgClassName
{
background-color: #F0A46C;
}
</style>
border-color css
<style>
span { border-color: #F0A46C; }
span { border-color: rgb(240,164,108); }
td.TdClassName
{
border-color: #F0A46C;
}
.TagClassName
{
border-color: #F0A46C;
}
</style>