Shades of SandyBrown #F4A460
Tints of SandyBrown #F4A460
RGB
CMYK
RGB Variations
Color information
#F4A460 (or 0xF4A460) is known color: SandyBrown. HEX triplet: F4, A4 and 60. RGB value is (244,164,96). Sum of RGB (Red+Green+Blue) = 244+164+96=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A460 is #0B5B9F. Grayscale: #B4B4B4. Windows color (decimal): -744352 or 6333684. OLE color: 6333684.
HSL color Cylindrical-coordinate representation of color #F4A460: hue angle of 27.57º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4A460 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 164 | 96 | - |
CMYK | 0 | 0.33 | 0.61 | 0.04 |
HSL | 27.57º | 0.87% | 0.67% | - |
HSV(B) | 27.57º | 0.61% | 0.96% | - |
XYZ | 52.7 | 46.63 | 17.29 | - |
YUV | 180.17 | 80.5 | 173.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 164 | 96 | 0 | 0.33 | 0.61 | 0.04 | 27.57 | 0.87 | 0.67 |
Hex | F4 | A4 | 60 | 0 | 21 | 3D | 4 | 1C | 57 | 43 |
Octal | 364 | 244 | 140 | 0 | 41 | 75 | 4 | 34 | 127 | 103 |
Binary | 11110100 | 10100100 | 1100000 | 0 | 100001 | 111101 | 100 | 11100 | 1010111 | 1000011 |
Color Harmonies of #F4A460
Complementary color
Monochromatic Colors of #F4A460
Black with #F4A460
Text Example
Text Example
White with #F4A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A460; }
p { color: rgb(244,164,96); }
H1.HeaderClassName
{
color: #F4A460;
}
.AnyTagClassName
{
color: #F4A460;
}
</style>
background-color css
<style>
a { background-color: #F4A460; }
a { background-color: rgb(244,164,96); }
div.DivClassName
{
background-color: #F4A460;
}
.BgClassName
{
background-color: #F4A460;
}
</style>
border-color css
<style>
span { border-color: #F4A460; }
span { border-color: rgb(244,164,96); }
td.TdClassName
{
border-color: #F4A460;
}
.TagClassName
{
border-color: #F4A460;
}
</style>