Shades of Sandy Brown #F5995C
Tints of Sandy Brown #F5995C
RGB
CMYK
RGB Variations
Color information
#F5995C (or 0xF5995C) is known color: Sandy Brown. HEX triplet: F5, 99 and 5C. RGB value is (245,153,92). Sum of RGB (Red+Green+Blue) = 245+153+92=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5995C is #0A66A3. Grayscale: #ADADAD. Windows color (decimal): -681636 or 6068725. OLE color: 6068725.
HSL color Cylindrical-coordinate representation of color #F5995C: hue angle of 23.92º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5995C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 92 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.04 |
| HSL | 23.92º | 0.88% | 0.66% | - |
| HSV(B) | 23.92º | 0.62% | 0.96% | - |
| XYZ | 50.98 | 42.97 | 15.73 | - |
| YUV | 173.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 92 | 0 | 0.38 | 0.62 | 0.04 | 23.92 | 0.88 | 0.66 |
| Hex | F5 | 99 | 5C | 0 | 26 | 3E | 4 | 18 | 58 | 42 |
| Octal | 365 | 231 | 134 | 0 | 46 | 76 | 4 | 30 | 130 | 102 |
| Binary | 11110101 | 10011001 | 1011100 | 0 | 100110 | 111110 | 100 | 11000 | 1011000 | 1000010 |
Color Harmonies of #F5995C
Complementary color
Monochromatic Colors of #F5995C
Black with #F5995C
Text Example
Text Example
White with #F5995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5995C; }
p { color: rgb(245,153,92); }
H1.HeaderClassName
{
color: #F5995C;
}
.AnyTagClassName
{
color: #F5995C;
}
</style>
background-color css
<style>
a { background-color: #F5995C; }
a { background-color: rgb(245,153,92); }
div.DivClassName
{
background-color: #F5995C;
}
.BgClassName
{
background-color: #F5995C;
}
</style>
border-color css
<style>
span { border-color: #F5995C; }
span { border-color: rgb(245,153,92); }
td.TdClassName
{
border-color: #F5995C;
}
.TagClassName
{
border-color: #F5995C;
}
</style>