Shades of Sandy Brown #F1A45C
Tints of Sandy Brown #F1A45C
RGB
CMYK
RGB Variations
Color information
#F1A45C (or 0xF1A45C) is known color: Sandy Brown. HEX triplet: F1, A4 and 5C. RGB value is (241,164,92). Sum of RGB (Red+Green+Blue) = 241+164+92=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A45C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A45C is #0E5BA3. Grayscale: #B3B3B3. Windows color (decimal): -940964 or 6071537. OLE color: 6071537.
HSL color Cylindrical-coordinate representation of color #F1A45C: hue angle of 28.99º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1A45C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 92 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.05 |
| HSL | 28.99º | 0.84% | 0.65% | - |
| HSV(B) | 28.99º | 0.62% | 0.95% | - |
| XYZ | 51.48 | 46.02 | 16.3 | - |
| YUV | 178.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 92 | 0 | 0.32 | 0.62 | 0.05 | 28.99 | 0.84 | 0.65 |
| Hex | F1 | A4 | 5C | 0 | 20 | 3E | 5 | 1D | 54 | 41 |
| Octal | 361 | 244 | 134 | 0 | 40 | 76 | 5 | 35 | 124 | 101 |
| Binary | 11110001 | 10100100 | 1011100 | 0 | 100000 | 111110 | 101 | 11101 | 1010100 | 1000001 |
Color Harmonies of #F1A45C
Complementary color
Monochromatic Colors of #F1A45C
Black with #F1A45C
Text Example
Text Example
White with #F1A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A45C; }
p { color: rgb(241,164,92); }
H1.HeaderClassName
{
color: #F1A45C;
}
.AnyTagClassName
{
color: #F1A45C;
}
</style>
background-color css
<style>
a { background-color: #F1A45C; }
a { background-color: rgb(241,164,92); }
div.DivClassName
{
background-color: #F1A45C;
}
.BgClassName
{
background-color: #F1A45C;
}
</style>
border-color css
<style>
span { border-color: #F1A45C; }
span { border-color: rgb(241,164,92); }
td.TdClassName
{
border-color: #F1A45C;
}
.TagClassName
{
border-color: #F1A45C;
}
</style>