Shades of Sandy Brown #FFA261
Tints of Sandy Brown #FFA261
RGB
CMYK
RGB Variations
Color information
#FFA261 (or 0xFFA261) is known color: Sandy Brown. HEX triplet: FF, A2 and 61. RGB value is (255,162,97). Sum of RGB (Red+Green+Blue) = 255+162+97=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA261 is #005D9E. Grayscale: #B6B6B6. Windows color (decimal): -23967 or 6398719. OLE color: 6398719.
HSL color Cylindrical-coordinate representation of color #FFA261: hue angle of 24.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFA261 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 97 | - |
| CMYK | 0 | 0.36 | 0.62 | 0 |
| HSL | 24.68º | 1% | 0.69% | - |
| HSV(B) | 24.68º | 0.62% | 1% | - |
| XYZ | 56.32 | 47.96 | 17.6 | - |
| YUV | 182.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 97 | 0 | 0.36 | 0.62 | 0 | 24.68 | 1 | 0.69 |
| Hex | FF | A2 | 61 | 0 | 24 | 3E | 0 | 19 | 64 | 45 |
| Octal | 377 | 242 | 141 | 0 | 44 | 76 | 0 | 31 | 144 | 105 |
| Binary | 11111111 | 10100010 | 1100001 | 0 | 100100 | 111110 | 0 | 11001 | 1100100 | 1000101 |
Color Harmonies of #FFA261
Complementary color
Monochromatic Colors of #FFA261
Black with #FFA261
Text Example
Text Example
White with #FFA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA261; }
p { color: rgb(255,162,97); }
H1.HeaderClassName
{
color: #FFA261;
}
.AnyTagClassName
{
color: #FFA261;
}
</style>
background-color css
<style>
a { background-color: #FFA261; }
a { background-color: rgb(255,162,97); }
div.DivClassName
{
background-color: #FFA261;
}
.BgClassName
{
background-color: #FFA261;
}
</style>
border-color css
<style>
span { border-color: #FFA261; }
span { border-color: rgb(255,162,97); }
td.TdClassName
{
border-color: #FFA261;
}
.TagClassName
{
border-color: #FFA261;
}
</style>