Shades of Sandy Brown #F0965D
Tints of Sandy Brown #F0965D
RGB
CMYK
RGB Variations
Color information
#F0965D (or 0xF0965D) is known color: Sandy Brown. HEX triplet: F0, 96 and 5D. RGB value is (240,150,93). Sum of RGB (Red+Green+Blue) = 240+150+93=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0965D is #0F69A2. Grayscale: #AAAAAA. Windows color (decimal): -1010083 or 6133488. OLE color: 6133488.
HSL color Cylindrical-coordinate representation of color #F0965D: hue angle of 23.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0965D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 93 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.06 |
| HSL | 23.27º | 0.83% | 0.65% | - |
| HSV(B) | 23.27º | 0.61% | 0.94% | - |
| XYZ | 48.82 | 41.13 | 15.72 | - |
| YUV | 170.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 93 | 0 | 0.37 | 0.61 | 0.06 | 23.27 | 0.83 | 0.65 |
| Hex | F0 | 96 | 5D | 0 | 25 | 3D | 6 | 17 | 53 | 41 |
| Octal | 360 | 226 | 135 | 0 | 45 | 75 | 6 | 27 | 123 | 101 |
| Binary | 11110000 | 10010110 | 1011101 | 0 | 100101 | 111101 | 110 | 10111 | 1010011 | 1000001 |
Color Harmonies of #F0965D
Complementary color
Monochromatic Colors of #F0965D
Black with #F0965D
Text Example
Text Example
White with #F0965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0965D; }
p { color: rgb(240,150,93); }
H1.HeaderClassName
{
color: #F0965D;
}
.AnyTagClassName
{
color: #F0965D;
}
</style>
background-color css
<style>
a { background-color: #F0965D; }
a { background-color: rgb(240,150,93); }
div.DivClassName
{
background-color: #F0965D;
}
.BgClassName
{
background-color: #F0965D;
}
</style>
border-color css
<style>
span { border-color: #F0965D; }
span { border-color: rgb(240,150,93); }
td.TdClassName
{
border-color: #F0965D;
}
.TagClassName
{
border-color: #F0965D;
}
</style>