Shades of Sandy Brown #F1A869
Tints of Sandy Brown #F1A869
RGB
CMYK
RGB Variations
Color information
#F1A869 (or 0xF1A869) is known color: Sandy Brown. HEX triplet: F1, A8 and 69. RGB value is (241,168,105). Sum of RGB (Red+Green+Blue) = 241+168+105=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A869 is #0E5796. Grayscale: #B6B6B6. Windows color (decimal): -939927 or 6924529. OLE color: 6924529.
HSL color Cylindrical-coordinate representation of color #F1A869: hue angle of 27.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1A869 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 105 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.05 |
| HSL | 27.79º | 0.83% | 0.68% | - |
| HSV(B) | 27.79º | 0.56% | 0.95% | - |
| XYZ | 52.83 | 47.73 | 19.79 | - |
| YUV | 182.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 105 | 0 | 0.30 | 0.56 | 0.05 | 27.79 | 0.83 | 0.68 |
| Hex | F1 | A8 | 69 | 0 | 1E | 38 | 5 | 1C | 53 | 44 |
| Octal | 361 | 250 | 151 | 0 | 36 | 70 | 5 | 34 | 123 | 104 |
| Binary | 11110001 | 10101000 | 1101001 | 0 | 11110 | 111000 | 101 | 11100 | 1010011 | 1000100 |
Color Harmonies of #F1A869
Complementary color
Monochromatic Colors of #F1A869
Black with #F1A869
Text Example
Text Example
White with #F1A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A869; }
p { color: rgb(241,168,105); }
H1.HeaderClassName
{
color: #F1A869;
}
.AnyTagClassName
{
color: #F1A869;
}
</style>
background-color css
<style>
a { background-color: #F1A869; }
a { background-color: rgb(241,168,105); }
div.DivClassName
{
background-color: #F1A869;
}
.BgClassName
{
background-color: #F1A869;
}
</style>
border-color css
<style>
span { border-color: #F1A869; }
span { border-color: rgb(241,168,105); }
td.TdClassName
{
border-color: #F1A869;
}
.TagClassName
{
border-color: #F1A869;
}
</style>