Shades of Sandy Brown #F1A25D
Tints of Sandy Brown #F1A25D
RGB
CMYK
RGB Variations
Color information
#F1A25D (or 0xF1A25D) is known color: Sandy Brown. HEX triplet: F1, A2 and 5D. RGB value is (241,162,93). Sum of RGB (Red+Green+Blue) = 241+162+93=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A25D is #0E5DA2. Grayscale: #B2B2B2. Windows color (decimal): -941475 or 6136561. OLE color: 6136561.
HSL color Cylindrical-coordinate representation of color #F1A25D: hue angle of 27.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1A25D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 162 | 93 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.05 |
| HSL | 27.97º | 0.84% | 0.65% | - |
| HSV(B) | 27.97º | 0.61% | 0.95% | - |
| XYZ | 51.17 | 45.33 | 16.41 | - |
| YUV | 177.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 162 | 93 | 0 | 0.33 | 0.61 | 0.05 | 27.97 | 0.84 | 0.65 |
| Hex | F1 | A2 | 5D | 0 | 21 | 3D | 5 | 1C | 54 | 41 |
| Octal | 361 | 242 | 135 | 0 | 41 | 75 | 5 | 34 | 124 | 101 |
| Binary | 11110001 | 10100010 | 1011101 | 0 | 100001 | 111101 | 101 | 11100 | 1010100 | 1000001 |
Color Harmonies of #F1A25D
Complementary color
Monochromatic Colors of #F1A25D
Black with #F1A25D
Text Example
Text Example
White with #F1A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A25D; }
p { color: rgb(241,162,93); }
H1.HeaderClassName
{
color: #F1A25D;
}
.AnyTagClassName
{
color: #F1A25D;
}
</style>
background-color css
<style>
a { background-color: #F1A25D; }
a { background-color: rgb(241,162,93); }
div.DivClassName
{
background-color: #F1A25D;
}
.BgClassName
{
background-color: #F1A25D;
}
</style>
border-color css
<style>
span { border-color: #F1A25D; }
span { border-color: rgb(241,162,93); }
td.TdClassName
{
border-color: #F1A25D;
}
.TagClassName
{
border-color: #F1A25D;
}
</style>