Shades of Sandy Brown #F4A364
Tints of Sandy Brown #F4A364
RGB
CMYK
RGB Variations
Color information
#F4A364 (or 0xF4A364) is known color: Sandy Brown. HEX triplet: F4, A3 and 64. RGB value is (244,163,100). Sum of RGB (Red+Green+Blue) = 244+163+100=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A364 is #0B5C9B. Grayscale: #B4B4B4. Windows color (decimal): -744604 or 6595572. OLE color: 6595572.
HSL color Cylindrical-coordinate representation of color #F4A364: hue angle of 26.25º 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 #F4A364 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 100 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.04 |
| HSL | 26.25º | 0.87% | 0.67% | - |
| HSV(B) | 26.25º | 0.59% | 0.96% | - |
| XYZ | 52.71 | 46.35 | 18.22 | - |
| YUV | 180.04 | 82.84 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 100 | 0 | 0.33 | 0.59 | 0.04 | 26.25 | 0.87 | 0.67 |
| Hex | F4 | A3 | 64 | 0 | 21 | 3B | 4 | 1A | 57 | 43 |
| Octal | 364 | 243 | 144 | 0 | 41 | 73 | 4 | 32 | 127 | 103 |
| Binary | 11110100 | 10100011 | 1100100 | 0 | 100001 | 111011 | 100 | 11010 | 1010111 | 1000011 |
Color Harmonies of #F4A364
Complementary color
Monochromatic Colors of #F4A364
Black with #F4A364
Text Example
Text Example
White with #F4A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A364; }
p { color: rgb(244,163,100); }
H1.HeaderClassName
{
color: #F4A364;
}
.AnyTagClassName
{
color: #F4A364;
}
</style>
background-color css
<style>
a { background-color: #F4A364; }
a { background-color: rgb(244,163,100); }
div.DivClassName
{
background-color: #F4A364;
}
.BgClassName
{
background-color: #F4A364;
}
</style>
border-color css
<style>
span { border-color: #F4A364; }
span { border-color: rgb(244,163,100); }
td.TdClassName
{
border-color: #F4A364;
}
.TagClassName
{
border-color: #F4A364;
}
</style>