Shades of Sandy Brown #F0A45A
Tints of Sandy Brown #F0A45A
RGB
CMYK
RGB Variations
Color information
#F0A45A (or 0xF0A45A) is known color: Sandy Brown. HEX triplet: F0, A4 and 5A. RGB value is (240,164,90). Sum of RGB (Red+Green+Blue) = 240+164+90=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A45A is #0F5BA5. Grayscale: #B2B2B2. Windows color (decimal): -1006502 or 5940464. OLE color: 5940464.
HSL color Cylindrical-coordinate representation of color #F0A45A: hue angle of 29.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0A45A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 90 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.06 |
| HSL | 29.6º | 0.83% | 0.65% | - |
| HSV(B) | 29.6º | 0.63% | 0.94% | - |
| XYZ | 51.06 | 45.81 | 15.82 | - |
| YUV | 178.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 90 | 0 | 0.32 | 0.62 | 0.06 | 29.6 | 0.83 | 0.65 |
| Hex | F0 | A4 | 5A | 0 | 20 | 3E | 6 | 1E | 53 | 41 |
| Octal | 360 | 244 | 132 | 0 | 40 | 76 | 6 | 36 | 123 | 101 |
| Binary | 11110000 | 10100100 | 1011010 | 0 | 100000 | 111110 | 110 | 11110 | 1010011 | 1000001 |
Color Harmonies of #F0A45A
Complementary color
Monochromatic Colors of #F0A45A
Black with #F0A45A
Text Example
Text Example
White with #F0A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A45A; }
p { color: rgb(240,164,90); }
H1.HeaderClassName
{
color: #F0A45A;
}
.AnyTagClassName
{
color: #F0A45A;
}
</style>
background-color css
<style>
a { background-color: #F0A45A; }
a { background-color: rgb(240,164,90); }
div.DivClassName
{
background-color: #F0A45A;
}
.BgClassName
{
background-color: #F0A45A;
}
</style>
border-color css
<style>
span { border-color: #F0A45A; }
span { border-color: rgb(240,164,90); }
td.TdClassName
{
border-color: #F0A45A;
}
.TagClassName
{
border-color: #F0A45A;
}
</style>