Shades of Sandy Brown #F1A859
Tints of Sandy Brown #F1A859
RGB
CMYK
RGB Variations
Color information
#F1A859 (or 0xF1A859) is known color: Sandy Brown. HEX triplet: F1, A8 and 59. RGB value is (241,168,89). Sum of RGB (Red+Green+Blue) = 241+168+89=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A859 is #0E57A6. Grayscale: #B5B5B5. Windows color (decimal): -939943 or 5875953. OLE color: 5875953.
HSL color Cylindrical-coordinate representation of color #F1A859: hue angle of 31.18º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1A859 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 89 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.05 |
| HSL | 31.18º | 0.84% | 0.65% | - |
| HSV(B) | 31.18º | 0.63% | 0.95% | - |
| XYZ | 52.08 | 47.43 | 15.86 | - |
| YUV | 180.82 | 76.18 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 89 | 0 | 0.30 | 0.63 | 0.05 | 31.18 | 0.84 | 0.65 |
| Hex | F1 | A8 | 59 | 0 | 1E | 3F | 5 | 1F | 54 | 41 |
| Octal | 361 | 250 | 131 | 0 | 36 | 77 | 5 | 37 | 124 | 101 |
| Binary | 11110001 | 10101000 | 1011001 | 0 | 11110 | 111111 | 101 | 11111 | 1010100 | 1000001 |
Color Harmonies of #F1A859
Complementary color
Monochromatic Colors of #F1A859
Black with #F1A859
Text Example
Text Example
White with #F1A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A859; }
p { color: rgb(241,168,89); }
H1.HeaderClassName
{
color: #F1A859;
}
.AnyTagClassName
{
color: #F1A859;
}
</style>
background-color css
<style>
a { background-color: #F1A859; }
a { background-color: rgb(241,168,89); }
div.DivClassName
{
background-color: #F1A859;
}
.BgClassName
{
background-color: #F1A859;
}
</style>
border-color css
<style>
span { border-color: #F1A859; }
span { border-color: rgb(241,168,89); }
td.TdClassName
{
border-color: #F1A859;
}
.TagClassName
{
border-color: #F1A859;
}
</style>