Shades of Sandy Brown #F69F5D
Tints of Sandy Brown #F69F5D
RGB
CMYK
RGB Variations
Color information
#F69F5D (or 0xF69F5D) is known color: Sandy Brown. HEX triplet: F6, 9F and 5D. RGB value is (246,159,93). Sum of RGB (Red+Green+Blue) = 246+159+93=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69F5D is #0960A2. Grayscale: #B1B1B1. Windows color (decimal): -614563 or 6135798. OLE color: 6135798.
HSL color Cylindrical-coordinate representation of color #F69F5D: hue angle of 25.88º degrees, saturation: 0.89, 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 #F69F5D is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 93 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.04 |
| HSL | 25.88º | 0.89% | 0.66% | - |
| HSV(B) | 25.88º | 0.62% | 0.96% | - |
| XYZ | 52.38 | 45.18 | 16.32 | - |
| YUV | 177.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 93 | 0 | 0.35 | 0.62 | 0.04 | 25.88 | 0.89 | 0.66 |
| Hex | F6 | 9F | 5D | 0 | 23 | 3E | 4 | 1A | 59 | 42 |
| Octal | 366 | 237 | 135 | 0 | 43 | 76 | 4 | 32 | 131 | 102 |
| Binary | 11110110 | 10011111 | 1011101 | 0 | 100011 | 111110 | 100 | 11010 | 1011001 | 1000010 |
Color Harmonies of #F69F5D
Complementary color
Monochromatic Colors of #F69F5D
Black with #F69F5D
Text Example
Text Example
White with #F69F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69F5D; }
p { color: rgb(246,159,93); }
H1.HeaderClassName
{
color: #F69F5D;
}
.AnyTagClassName
{
color: #F69F5D;
}
</style>
background-color css
<style>
a { background-color: #F69F5D; }
a { background-color: rgb(246,159,93); }
div.DivClassName
{
background-color: #F69F5D;
}
.BgClassName
{
background-color: #F69F5D;
}
</style>
border-color css
<style>
span { border-color: #F69F5D; }
span { border-color: rgb(246,159,93); }
td.TdClassName
{
border-color: #F69F5D;
}
.TagClassName
{
border-color: #F69F5D;
}
</style>