Shades of Sandy Brown #F1AD65
Tints of Sandy Brown #F1AD65
RGB
CMYK
RGB Variations
Color information
#F1AD65 (or 0xF1AD65) is known color: Sandy Brown. HEX triplet: F1, AD and 65. RGB value is (241,173,101). Sum of RGB (Red+Green+Blue) = 241+173+101=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD65 is #0E529A. Grayscale: #B9B9B9. Windows color (decimal): -938651 or 6663665. OLE color: 6663665.
HSL color Cylindrical-coordinate representation of color #F1AD65: hue angle of 30.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1AD65 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 101 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.05 |
| HSL | 30.86º | 0.83% | 0.67% | - |
| HSV(B) | 30.86º | 0.58% | 0.95% | - |
| XYZ | 53.57 | 49.53 | 19.05 | - |
| YUV | 185.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 101 | 0 | 0.28 | 0.58 | 0.05 | 30.86 | 0.83 | 0.67 |
| Hex | F1 | AD | 65 | 0 | 1C | 3A | 5 | 1F | 53 | 43 |
| Octal | 361 | 255 | 145 | 0 | 34 | 72 | 5 | 37 | 123 | 103 |
| Binary | 11110001 | 10101101 | 1100101 | 0 | 11100 | 111010 | 101 | 11111 | 1010011 | 1000011 |
Color Harmonies of #F1AD65
Complementary color
Monochromatic Colors of #F1AD65
Black with #F1AD65
Text Example
Text Example
White with #F1AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD65; }
p { color: rgb(241,173,101); }
H1.HeaderClassName
{
color: #F1AD65;
}
.AnyTagClassName
{
color: #F1AD65;
}
</style>
background-color css
<style>
a { background-color: #F1AD65; }
a { background-color: rgb(241,173,101); }
div.DivClassName
{
background-color: #F1AD65;
}
.BgClassName
{
background-color: #F1AD65;
}
</style>
border-color css
<style>
span { border-color: #F1AD65; }
span { border-color: rgb(241,173,101); }
td.TdClassName
{
border-color: #F1AD65;
}
.TagClassName
{
border-color: #F1AD65;
}
</style>