Shades of Sandy Brown #F1AD64
Tints of Sandy Brown #F1AD64
RGB
CMYK
RGB Variations
Color information
#F1AD64 (or 0xF1AD64) is known color: Sandy Brown. HEX triplet: F1, AD and 64. RGB value is (241,173,100). Sum of RGB (Red+Green+Blue) = 241+173+100=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD64 is #0E529B. Grayscale: #B9B9B9. Windows color (decimal): -938652 or 6598129. OLE color: 6598129.
HSL color Cylindrical-coordinate representation of color #F1AD64: hue angle of 31.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1AD64 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 100 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.05 |
| HSL | 31.06º | 0.83% | 0.67% | - |
| HSV(B) | 31.06º | 0.59% | 0.95% | - |
| XYZ | 53.52 | 49.51 | 18.79 | - |
| YUV | 185.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 100 | 0 | 0.28 | 0.59 | 0.05 | 31.06 | 0.83 | 0.67 |
| Hex | F1 | AD | 64 | 0 | 1C | 3B | 5 | 1F | 53 | 43 |
| Octal | 361 | 255 | 144 | 0 | 34 | 73 | 5 | 37 | 123 | 103 |
| Binary | 11110001 | 10101101 | 1100100 | 0 | 11100 | 111011 | 101 | 11111 | 1010011 | 1000011 |
Color Harmonies of #F1AD64
Complementary color
Monochromatic Colors of #F1AD64
Black with #F1AD64
Text Example
Text Example
White with #F1AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD64; }
p { color: rgb(241,173,100); }
H1.HeaderClassName
{
color: #F1AD64;
}
.AnyTagClassName
{
color: #F1AD64;
}
</style>
background-color css
<style>
a { background-color: #F1AD64; }
a { background-color: rgb(241,173,100); }
div.DivClassName
{
background-color: #F1AD64;
}
.BgClassName
{
background-color: #F1AD64;
}
</style>
border-color css
<style>
span { border-color: #F1AD64; }
span { border-color: rgb(241,173,100); }
td.TdClassName
{
border-color: #F1AD64;
}
.TagClassName
{
border-color: #F1AD64;
}
</style>