Shades of Sandy Brown #F0975F
Tints of Sandy Brown #F0975F
RGB
CMYK
RGB Variations
Color information
#F0975F (or 0xF0975F) is known color: Sandy Brown. HEX triplet: F0, 97 and 5F. RGB value is (240,151,95). Sum of RGB (Red+Green+Blue) = 240+151+95=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0975F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0975F is #0F68A0. Grayscale: #ABABAB. Windows color (decimal): -1009825 or 6264816. OLE color: 6264816.
HSL color Cylindrical-coordinate representation of color #F0975F: hue angle of 23.17º 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 #F0975F is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 95 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.06 |
| HSL | 23.17º | 0.83% | 0.66% | - |
| HSV(B) | 23.17º | 0.6% | 0.94% | - |
| XYZ | 49.07 | 41.48 | 16.25 | - |
| YUV | 171.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 95 | 0 | 0.37 | 0.60 | 0.06 | 23.17 | 0.83 | 0.66 |
| Hex | F0 | 97 | 5F | 0 | 25 | 3C | 6 | 17 | 53 | 42 |
| Octal | 360 | 227 | 137 | 0 | 45 | 74 | 6 | 27 | 123 | 102 |
| Binary | 11110000 | 10010111 | 1011111 | 0 | 100101 | 111100 | 110 | 10111 | 1010011 | 1000010 |
Color Harmonies of #F0975F
Complementary color
Monochromatic Colors of #F0975F
Black with #F0975F
Text Example
Text Example
White with #F0975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0975F; }
p { color: rgb(240,151,95); }
H1.HeaderClassName
{
color: #F0975F;
}
.AnyTagClassName
{
color: #F0975F;
}
</style>
background-color css
<style>
a { background-color: #F0975F; }
a { background-color: rgb(240,151,95); }
div.DivClassName
{
background-color: #F0975F;
}
.BgClassName
{
background-color: #F0975F;
}
</style>
border-color css
<style>
span { border-color: #F0975F; }
span { border-color: rgb(240,151,95); }
td.TdClassName
{
border-color: #F0975F;
}
.TagClassName
{
border-color: #F0975F;
}
</style>