Shades of Sandy Brown #F1A55B
Tints of Sandy Brown #F1A55B
RGB
CMYK
RGB Variations
Color information
#F1A55B (or 0xF1A55B) is known color: Sandy Brown. HEX triplet: F1, A5 and 5B. RGB value is (241,165,91). Sum of RGB (Red+Green+Blue) = 241+165+91=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A55B is #0E5AA4. Grayscale: #B3B3B3. Windows color (decimal): -940709 or 6006257. OLE color: 6006257.
HSL color Cylindrical-coordinate representation of color #F1A55B: hue angle of 29.6º 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 #F1A55B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 91 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.05 |
| HSL | 29.6º | 0.84% | 0.65% | - |
| HSV(B) | 29.6º | 0.62% | 0.95% | - |
| XYZ | 51.62 | 46.37 | 16.13 | - |
| YUV | 179.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 91 | 0 | 0.32 | 0.62 | 0.05 | 29.6 | 0.84 | 0.65 |
| Hex | F1 | A5 | 5B | 0 | 20 | 3E | 5 | 1E | 54 | 41 |
| Octal | 361 | 245 | 133 | 0 | 40 | 76 | 5 | 36 | 124 | 101 |
| Binary | 11110001 | 10100101 | 1011011 | 0 | 100000 | 111110 | 101 | 11110 | 1010100 | 1000001 |
Color Harmonies of #F1A55B
Complementary color
Monochromatic Colors of #F1A55B
Black with #F1A55B
Text Example
Text Example
White with #F1A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A55B; }
p { color: rgb(241,165,91); }
H1.HeaderClassName
{
color: #F1A55B;
}
.AnyTagClassName
{
color: #F1A55B;
}
</style>
background-color css
<style>
a { background-color: #F1A55B; }
a { background-color: rgb(241,165,91); }
div.DivClassName
{
background-color: #F1A55B;
}
.BgClassName
{
background-color: #F1A55B;
}
</style>
border-color css
<style>
span { border-color: #F1A55B; }
span { border-color: rgb(241,165,91); }
td.TdClassName
{
border-color: #F1A55B;
}
.TagClassName
{
border-color: #F1A55B;
}
</style>