Shades of Sandy Brown #F69E5A
Tints of Sandy Brown #F69E5A
RGB
CMYK
RGB Variations
Color information
#F69E5A (or 0xF69E5A) is known color: Sandy Brown. HEX triplet: F6, 9E and 5A. RGB value is (246,158,90). Sum of RGB (Red+Green+Blue) = 246+158+90=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E5A is #0961A5. Grayscale: #B0B0B0. Windows color (decimal): -614822 or 5938934. OLE color: 5938934.
HSL color Cylindrical-coordinate representation of color #F69E5A: hue angle of 26.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F69E5A is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 90 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.04 |
| HSL | 26.15º | 0.9% | 0.66% | - |
| HSV(B) | 26.15º | 0.63% | 0.96% | - |
| XYZ | 52.08 | 44.78 | 15.57 | - |
| YUV | 176.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 90 | 0 | 0.36 | 0.63 | 0.04 | 26.15 | 0.9 | 0.66 |
| Hex | F6 | 9E | 5A | 0 | 24 | 3F | 4 | 1A | 5A | 42 |
| Octal | 366 | 236 | 132 | 0 | 44 | 77 | 4 | 32 | 132 | 102 |
| Binary | 11110110 | 10011110 | 1011010 | 0 | 100100 | 111111 | 100 | 11010 | 1011010 | 1000010 |
Color Harmonies of #F69E5A
Complementary color
Monochromatic Colors of #F69E5A
Black with #F69E5A
Text Example
Text Example
White with #F69E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69E5A; }
p { color: rgb(246,158,90); }
H1.HeaderClassName
{
color: #F69E5A;
}
.AnyTagClassName
{
color: #F69E5A;
}
</style>
background-color css
<style>
a { background-color: #F69E5A; }
a { background-color: rgb(246,158,90); }
div.DivClassName
{
background-color: #F69E5A;
}
.BgClassName
{
background-color: #F69E5A;
}
</style>
border-color css
<style>
span { border-color: #F69E5A; }
span { border-color: rgb(246,158,90); }
td.TdClassName
{
border-color: #F69E5A;
}
.TagClassName
{
border-color: #F69E5A;
}
</style>