Shades of Sandy Brown #F99D5D
Tints of Sandy Brown #F99D5D
RGB
CMYK
RGB Variations
Color information
#F99D5D (or 0xF99D5D) is known color: Sandy Brown. HEX triplet: F9, 9D and 5D. RGB value is (249,157,93). Sum of RGB (Red+Green+Blue) = 249+157+93=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D5D is #0662A2. Grayscale: #B1B1B1. Windows color (decimal): -418467 or 6135289. OLE color: 6135289.
HSL color Cylindrical-coordinate representation of color #F99D5D: hue angle of 24.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F99D5D is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 93 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.02 |
| HSL | 24.62º | 0.93% | 0.67% | - |
| HSV(B) | 24.62º | 0.63% | 0.98% | - |
| XYZ | 53.1 | 45.04 | 16.25 | - |
| YUV | 177.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 93 | 0 | 0.37 | 0.63 | 0.02 | 24.62 | 0.93 | 0.67 |
| Hex | F9 | 9D | 5D | 0 | 25 | 3F | 2 | 19 | 5D | 43 |
| Octal | 371 | 235 | 135 | 0 | 45 | 77 | 2 | 31 | 135 | 103 |
| Binary | 11111001 | 10011101 | 1011101 | 0 | 100101 | 111111 | 10 | 11001 | 1011101 | 1000011 |
Color Harmonies of #F99D5D
Complementary color
Monochromatic Colors of #F99D5D
Black with #F99D5D
Text Example
Text Example
White with #F99D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D5D; }
p { color: rgb(249,157,93); }
H1.HeaderClassName
{
color: #F99D5D;
}
.AnyTagClassName
{
color: #F99D5D;
}
</style>
background-color css
<style>
a { background-color: #F99D5D; }
a { background-color: rgb(249,157,93); }
div.DivClassName
{
background-color: #F99D5D;
}
.BgClassName
{
background-color: #F99D5D;
}
</style>
border-color css
<style>
span { border-color: #F99D5D; }
span { border-color: rgb(249,157,93); }
td.TdClassName
{
border-color: #F99D5D;
}
.TagClassName
{
border-color: #F99D5D;
}
</style>