Shades of Sandy Brown #F3965C
Tints of Sandy Brown #F3965C
RGB
CMYK
RGB Variations
Color information
#F3965C (or 0xF3965C) is known color: Sandy Brown. HEX triplet: F3, 96 and 5C. RGB value is (243,150,92). Sum of RGB (Red+Green+Blue) = 243+150+92=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3965C is #0C69A3. Grayscale: #ABABAB. Windows color (decimal): -813476 or 6067955. OLE color: 6067955.
HSL color Cylindrical-coordinate representation of color #F3965C: hue angle of 23.05º 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 #F3965C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 92 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.05 |
| HSL | 23.05º | 0.86% | 0.66% | - |
| HSV(B) | 23.05º | 0.62% | 0.95% | - |
| XYZ | 49.8 | 41.64 | 15.54 | - |
| YUV | 171.2 | 83.31 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 92 | 0 | 0.38 | 0.62 | 0.05 | 23.05 | 0.86 | 0.66 |
| Hex | F3 | 96 | 5C | 0 | 26 | 3E | 5 | 17 | 56 | 42 |
| Octal | 363 | 226 | 134 | 0 | 46 | 76 | 5 | 27 | 126 | 102 |
| Binary | 11110011 | 10010110 | 1011100 | 0 | 100110 | 111110 | 101 | 10111 | 1010110 | 1000010 |
Color Harmonies of #F3965C
Complementary color
Monochromatic Colors of #F3965C
Black with #F3965C
Text Example
Text Example
White with #F3965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3965C; }
p { color: rgb(243,150,92); }
H1.HeaderClassName
{
color: #F3965C;
}
.AnyTagClassName
{
color: #F3965C;
}
</style>
background-color css
<style>
a { background-color: #F3965C; }
a { background-color: rgb(243,150,92); }
div.DivClassName
{
background-color: #F3965C;
}
.BgClassName
{
background-color: #F3965C;
}
</style>
border-color css
<style>
span { border-color: #F3965C; }
span { border-color: rgb(243,150,92); }
td.TdClassName
{
border-color: #F3965C;
}
.TagClassName
{
border-color: #F3965C;
}
</style>