Shades of Sandy Brown #F0975C
Tints of Sandy Brown #F0975C
RGB
CMYK
RGB Variations
Color information
#F0975C (or 0xF0975C) is known color: Sandy Brown. HEX triplet: F0, 97 and 5C. RGB value is (240,151,92). Sum of RGB (Red+Green+Blue) = 240+151+92=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0975C is #0F68A3. Grayscale: #ABABAB. Windows color (decimal): -1009828 or 6068208. OLE color: 6068208.
HSL color Cylindrical-coordinate representation of color #F0975C: hue angle of 23.92º 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 #F0975C is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 92 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.06 |
| HSL | 23.92º | 0.83% | 0.65% | - |
| HSV(B) | 23.92º | 0.62% | 0.94% | - |
| XYZ | 48.93 | 41.43 | 15.54 | - |
| YUV | 170.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 92 | 0 | 0.37 | 0.62 | 0.06 | 23.92 | 0.83 | 0.65 |
| Hex | F0 | 97 | 5C | 0 | 25 | 3E | 6 | 18 | 53 | 41 |
| Octal | 360 | 227 | 134 | 0 | 45 | 76 | 6 | 30 | 123 | 101 |
| Binary | 11110000 | 10010111 | 1011100 | 0 | 100101 | 111110 | 110 | 11000 | 1010011 | 1000001 |
Color Harmonies of #F0975C
Complementary color
Monochromatic Colors of #F0975C
Black with #F0975C
Text Example
Text Example
White with #F0975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0975C; }
p { color: rgb(240,151,92); }
H1.HeaderClassName
{
color: #F0975C;
}
.AnyTagClassName
{
color: #F0975C;
}
</style>
background-color css
<style>
a { background-color: #F0975C; }
a { background-color: rgb(240,151,92); }
div.DivClassName
{
background-color: #F0975C;
}
.BgClassName
{
background-color: #F0975C;
}
</style>
border-color css
<style>
span { border-color: #F0975C; }
span { border-color: rgb(240,151,92); }
td.TdClassName
{
border-color: #F0975C;
}
.TagClassName
{
border-color: #F0975C;
}
</style>