Shades of Sandy Brown #F3995D
Tints of Sandy Brown #F3995D
RGB
CMYK
RGB Variations
Color information
#F3995D (or 0xF3995D) is known color: Sandy Brown. HEX triplet: F3, 99 and 5D. RGB value is (243,153,93). Sum of RGB (Red+Green+Blue) = 243+153+93=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3995D is #0C66A2. Grayscale: #ADADAD. Windows color (decimal): -812707 or 6134259. OLE color: 6134259.
HSL color Cylindrical-coordinate representation of color #F3995D: hue angle of 24º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3995D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 93 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.05 |
| HSL | 24º | 0.86% | 0.66% | - |
| HSV(B) | 24º | 0.62% | 0.95% | - |
| XYZ | 50.33 | 42.63 | 15.93 | - |
| YUV | 173.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 93 | 0 | 0.37 | 0.62 | 0.05 | 24 | 0.86 | 0.66 |
| Hex | F3 | 99 | 5D | 0 | 25 | 3E | 5 | 18 | 56 | 42 |
| Octal | 363 | 231 | 135 | 0 | 45 | 76 | 5 | 30 | 126 | 102 |
| Binary | 11110011 | 10011001 | 1011101 | 0 | 100101 | 111110 | 101 | 11000 | 1010110 | 1000010 |
Color Harmonies of #F3995D
Complementary color
Monochromatic Colors of #F3995D
Black with #F3995D
Text Example
Text Example
White with #F3995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3995D; }
p { color: rgb(243,153,93); }
H1.HeaderClassName
{
color: #F3995D;
}
.AnyTagClassName
{
color: #F3995D;
}
</style>
background-color css
<style>
a { background-color: #F3995D; }
a { background-color: rgb(243,153,93); }
div.DivClassName
{
background-color: #F3995D;
}
.BgClassName
{
background-color: #F3995D;
}
</style>
border-color css
<style>
span { border-color: #F3995D; }
span { border-color: rgb(243,153,93); }
td.TdClassName
{
border-color: #F3995D;
}
.TagClassName
{
border-color: #F3995D;
}
</style>