Shades of Sandy Brown #F1A554
Tints of Sandy Brown #F1A554
RGB
CMYK
RGB Variations
Color information
#F1A554 (or 0xF1A554) is known color: Sandy Brown. HEX triplet: F1, A5 and 54. RGB value is (241,165,84). Sum of RGB (Red+Green+Blue) = 241+165+84=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A554 is #0E5AAB. Grayscale: #B2B2B2. Windows color (decimal): -940716 or 5547505. OLE color: 5547505.
HSL color Cylindrical-coordinate representation of color #F1A554: hue angle of 30.96º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1A554 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 165 | 84 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.05 |
| HSL | 30.96º | 0.85% | 0.64% | - |
| HSV(B) | 30.96º | 0.65% | 0.95% | - |
| XYZ | 51.33 | 46.25 | 14.61 | - |
| YUV | 178.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 84 | 0 | 0.32 | 0.65 | 0.05 | 30.96 | 0.85 | 0.64 |
| Hex | F1 | A5 | 54 | 0 | 20 | 41 | 5 | 1F | 55 | 40 |
| Octal | 361 | 245 | 124 | 0 | 40 | 101 | 5 | 37 | 125 | 100 |
| Binary | 11110001 | 10100101 | 1010100 | 0 | 100000 | 1000001 | 101 | 11111 | 1010101 | 1000000 |
Color Harmonies of #F1A554
Complementary color
Monochromatic Colors of #F1A554
Black with #F1A554
Text Example
Text Example
White with #F1A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A554; }
p { color: rgb(241,165,84); }
H1.HeaderClassName
{
color: #F1A554;
}
.AnyTagClassName
{
color: #F1A554;
}
</style>
background-color css
<style>
a { background-color: #F1A554; }
a { background-color: rgb(241,165,84); }
div.DivClassName
{
background-color: #F1A554;
}
.BgClassName
{
background-color: #F1A554;
}
</style>
border-color css
<style>
span { border-color: #F1A554; }
span { border-color: rgb(241,165,84); }
td.TdClassName
{
border-color: #F1A554;
}
.TagClassName
{
border-color: #F1A554;
}
</style>