Shades of Sandy Brown #F0A25F
Tints of Sandy Brown #F0A25F
RGB
CMYK
RGB Variations
Color information
#F0A25F (or 0xF0A25F) is known color: Sandy Brown. HEX triplet: F0, A2 and 5F. RGB value is (240,162,95). Sum of RGB (Red+Green+Blue) = 240+162+95=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A25F is #0F5DA0. Grayscale: #B2B2B2. Windows color (decimal): -1007009 or 6267632. OLE color: 6267632.
HSL color Cylindrical-coordinate representation of color #F0A25F: hue angle of 27.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0A25F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 95 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.06 |
| HSL | 27.72º | 0.83% | 0.66% | - |
| HSV(B) | 27.72º | 0.6% | 0.94% | - |
| XYZ | 50.92 | 45.19 | 16.87 | - |
| YUV | 177.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 95 | 0 | 0.32 | 0.60 | 0.06 | 27.72 | 0.83 | 0.66 |
| Hex | F0 | A2 | 5F | 0 | 20 | 3C | 6 | 1C | 53 | 42 |
| Octal | 360 | 242 | 137 | 0 | 40 | 74 | 6 | 34 | 123 | 102 |
| Binary | 11110000 | 10100010 | 1011111 | 0 | 100000 | 111100 | 110 | 11100 | 1010011 | 1000010 |
Color Harmonies of #F0A25F
Complementary color
Monochromatic Colors of #F0A25F
Black with #F0A25F
Text Example
Text Example
White with #F0A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A25F; }
p { color: rgb(240,162,95); }
H1.HeaderClassName
{
color: #F0A25F;
}
.AnyTagClassName
{
color: #F0A25F;
}
</style>
background-color css
<style>
a { background-color: #F0A25F; }
a { background-color: rgb(240,162,95); }
div.DivClassName
{
background-color: #F0A25F;
}
.BgClassName
{
background-color: #F0A25F;
}
</style>
border-color css
<style>
span { border-color: #F0A25F; }
span { border-color: rgb(240,162,95); }
td.TdClassName
{
border-color: #F0A25F;
}
.TagClassName
{
border-color: #F0A25F;
}
</style>