Shades of Sandy Brown #F69D5E
Tints of Sandy Brown #F69D5E
RGB
CMYK
RGB Variations
Color information
#F69D5E (or 0xF69D5E) is known color: Sandy Brown. HEX triplet: F6, 9D and 5E. RGB value is (246,157,94). Sum of RGB (Red+Green+Blue) = 246+157+94=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D5E is #0962A1. Grayscale: #B0B0B0. Windows color (decimal): -615074 or 6200822. OLE color: 6200822.
HSL color Cylindrical-coordinate representation of color #F69D5E: hue angle of 24.87º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F69D5E is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 94 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.04 |
| HSL | 24.87º | 0.89% | 0.67% | - |
| HSV(B) | 24.87º | 0.62% | 0.96% | - |
| XYZ | 52.08 | 44.51 | 16.44 | - |
| YUV | 176.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 94 | 0 | 0.36 | 0.62 | 0.04 | 24.87 | 0.89 | 0.67 |
| Hex | F6 | 9D | 5E | 0 | 24 | 3E | 4 | 19 | 59 | 43 |
| Octal | 366 | 235 | 136 | 0 | 44 | 76 | 4 | 31 | 131 | 103 |
| Binary | 11110110 | 10011101 | 1011110 | 0 | 100100 | 111110 | 100 | 11001 | 1011001 | 1000011 |
Color Harmonies of #F69D5E
Complementary color
Monochromatic Colors of #F69D5E
Black with #F69D5E
Text Example
Text Example
White with #F69D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69D5E; }
p { color: rgb(246,157,94); }
H1.HeaderClassName
{
color: #F69D5E;
}
.AnyTagClassName
{
color: #F69D5E;
}
</style>
background-color css
<style>
a { background-color: #F69D5E; }
a { background-color: rgb(246,157,94); }
div.DivClassName
{
background-color: #F69D5E;
}
.BgClassName
{
background-color: #F69D5E;
}
</style>
border-color css
<style>
span { border-color: #F69D5E; }
span { border-color: rgb(246,157,94); }
td.TdClassName
{
border-color: #F69D5E;
}
.TagClassName
{
border-color: #F69D5E;
}
</style>