Shades of Sandy Brown #F49D64
Tints of Sandy Brown #F49D64
RGB
CMYK
RGB Variations
Color information
#F49D64 (or 0xF49D64) is known color: Sandy Brown. HEX triplet: F4, 9D and 64. RGB value is (244,157,100). Sum of RGB (Red+Green+Blue) = 244+157+100=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D64 is #0B629B. Grayscale: #B0B0B0. Windows color (decimal): -746140 or 6594036. OLE color: 6594036.
HSL color Cylindrical-coordinate representation of color #F49D64: hue angle of 23.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F49D64 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 100 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.04 |
| HSL | 23.75º | 0.87% | 0.67% | - |
| HSV(B) | 23.75º | 0.59% | 0.96% | - |
| XYZ | 51.67 | 44.27 | 17.88 | - |
| YUV | 176.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 100 | 0 | 0.36 | 0.59 | 0.04 | 23.75 | 0.87 | 0.67 |
| Hex | F4 | 9D | 64 | 0 | 24 | 3B | 4 | 18 | 57 | 43 |
| Octal | 364 | 235 | 144 | 0 | 44 | 73 | 4 | 30 | 127 | 103 |
| Binary | 11110100 | 10011101 | 1100100 | 0 | 100100 | 111011 | 100 | 11000 | 1010111 | 1000011 |
Color Harmonies of #F49D64
Complementary color
Monochromatic Colors of #F49D64
Black with #F49D64
Text Example
Text Example
White with #F49D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D64; }
p { color: rgb(244,157,100); }
H1.HeaderClassName
{
color: #F49D64;
}
.AnyTagClassName
{
color: #F49D64;
}
</style>
background-color css
<style>
a { background-color: #F49D64; }
a { background-color: rgb(244,157,100); }
div.DivClassName
{
background-color: #F49D64;
}
.BgClassName
{
background-color: #F49D64;
}
</style>
border-color css
<style>
span { border-color: #F49D64; }
span { border-color: rgb(244,157,100); }
td.TdClassName
{
border-color: #F49D64;
}
.TagClassName
{
border-color: #F49D64;
}
</style>