Shades of Sandy Brown #FFA15F
Tints of Sandy Brown #FFA15F
RGB
CMYK
RGB Variations
Color information
#FFA15F (or 0xFFA15F) is known color: Sandy Brown. HEX triplet: FF, A1 and 5F. RGB value is (255,161,95). Sum of RGB (Red+Green+Blue) = 255+161+95=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA15F is #005EA0. Grayscale: #B5B5B5. Windows color (decimal): -24225 or 6267391. OLE color: 6267391.
HSL color Cylindrical-coordinate representation of color #FFA15F: hue angle of 24.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFA15F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 95 | - |
| CMYK | 0 | 0.37 | 0.63 | 0 |
| HSL | 24.75º | 1% | 0.69% | - |
| HSV(B) | 24.75º | 0.63% | 1% | - |
| XYZ | 56.05 | 47.58 | 17.06 | - |
| YUV | 181.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 95 | 0 | 0.37 | 0.63 | 0 | 24.75 | 1 | 0.69 |
| Hex | FF | A1 | 5F | 0 | 25 | 3F | 0 | 19 | 64 | 45 |
| Octal | 377 | 241 | 137 | 0 | 45 | 77 | 0 | 31 | 144 | 105 |
| Binary | 11111111 | 10100001 | 1011111 | 0 | 100101 | 111111 | 0 | 11001 | 1100100 | 1000101 |
Color Harmonies of #FFA15F
Complementary color
Monochromatic Colors of #FFA15F
Black with #FFA15F
Text Example
Text Example
White with #FFA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA15F; }
p { color: rgb(255,161,95); }
H1.HeaderClassName
{
color: #FFA15F;
}
.AnyTagClassName
{
color: #FFA15F;
}
</style>
background-color css
<style>
a { background-color: #FFA15F; }
a { background-color: rgb(255,161,95); }
div.DivClassName
{
background-color: #FFA15F;
}
.BgClassName
{
background-color: #FFA15F;
}
</style>
border-color css
<style>
span { border-color: #FFA15F; }
span { border-color: rgb(255,161,95); }
td.TdClassName
{
border-color: #FFA15F;
}
.TagClassName
{
border-color: #FFA15F;
}
</style>