Shades of Sandy Brown #F4A85E
Tints of Sandy Brown #F4A85E
RGB
CMYK
RGB Variations
Color information
#F4A85E (or 0xF4A85E) is known color: Sandy Brown. HEX triplet: F4, A8 and 5E. RGB value is (244,168,94). Sum of RGB (Red+Green+Blue) = 244+168+94=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A85E is #0B57A1. Grayscale: #B6B6B6. Windows color (decimal): -743330 or 6203636. OLE color: 6203636.
HSL color Cylindrical-coordinate representation of color #F4A85E: hue angle of 29.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4A85E is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 94 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.04 |
| HSL | 29.6º | 0.87% | 0.66% | - |
| HSV(B) | 29.6º | 0.61% | 0.96% | - |
| XYZ | 53.33 | 48.05 | 17.05 | - |
| YUV | 182.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 94 | 0 | 0.31 | 0.61 | 0.04 | 29.6 | 0.87 | 0.66 |
| Hex | F4 | A8 | 5E | 0 | 1F | 3D | 4 | 1E | 57 | 42 |
| Octal | 364 | 250 | 136 | 0 | 37 | 75 | 4 | 36 | 127 | 102 |
| Binary | 11110100 | 10101000 | 1011110 | 0 | 11111 | 111101 | 100 | 11110 | 1010111 | 1000010 |
Color Harmonies of #F4A85E
Complementary color
Monochromatic Colors of #F4A85E
Black with #F4A85E
Text Example
Text Example
White with #F4A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A85E; }
p { color: rgb(244,168,94); }
H1.HeaderClassName
{
color: #F4A85E;
}
.AnyTagClassName
{
color: #F4A85E;
}
</style>
background-color css
<style>
a { background-color: #F4A85E; }
a { background-color: rgb(244,168,94); }
div.DivClassName
{
background-color: #F4A85E;
}
.BgClassName
{
background-color: #F4A85E;
}
</style>
border-color css
<style>
span { border-color: #F4A85E; }
span { border-color: rgb(244,168,94); }
td.TdClassName
{
border-color: #F4A85E;
}
.TagClassName
{
border-color: #F4A85E;
}
</style>