Shades of Sandy Brown #F0965F
Tints of Sandy Brown #F0965F
RGB
CMYK
RGB Variations
Color information
#F0965F (or 0xF0965F) is known color: Sandy Brown. HEX triplet: F0, 96 and 5F. RGB value is (240,150,95). Sum of RGB (Red+Green+Blue) = 240+150+95=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0965F is #0F69A0. Grayscale: #AAAAAA. Windows color (decimal): -1010081 or 6264560. OLE color: 6264560.
HSL color Cylindrical-coordinate representation of color #F0965F: hue angle of 22.76º 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 #F0965F is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 95 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.06 |
| HSL | 22.76º | 0.83% | 0.66% | - |
| HSV(B) | 22.76º | 0.6% | 0.94% | - |
| XYZ | 48.91 | 41.16 | 16.19 | - |
| YUV | 170.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 95 | 0 | 0.37 | 0.60 | 0.06 | 22.76 | 0.83 | 0.66 |
| Hex | F0 | 96 | 5F | 0 | 25 | 3C | 6 | 17 | 53 | 42 |
| Octal | 360 | 226 | 137 | 0 | 45 | 74 | 6 | 27 | 123 | 102 |
| Binary | 11110000 | 10010110 | 1011111 | 0 | 100101 | 111100 | 110 | 10111 | 1010011 | 1000010 |
Color Harmonies of #F0965F
Complementary color
Monochromatic Colors of #F0965F
Black with #F0965F
Text Example
Text Example
White with #F0965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0965F; }
p { color: rgb(240,150,95); }
H1.HeaderClassName
{
color: #F0965F;
}
.AnyTagClassName
{
color: #F0965F;
}
</style>
background-color css
<style>
a { background-color: #F0965F; }
a { background-color: rgb(240,150,95); }
div.DivClassName
{
background-color: #F0965F;
}
.BgClassName
{
background-color: #F0965F;
}
</style>
border-color css
<style>
span { border-color: #F0965F; }
span { border-color: rgb(240,150,95); }
td.TdClassName
{
border-color: #F0965F;
}
.TagClassName
{
border-color: #F0965F;
}
</style>