Shades of Sandy Brown #FAA261
Tints of Sandy Brown #FAA261
RGB
CMYK
RGB Variations
Color information
#FAA261 (or 0xFAA261) is known color: Sandy Brown. HEX triplet: FA, A2 and 61. RGB value is (250,162,97). Sum of RGB (Red+Green+Blue) = 250+162+97=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA261 is #055D9E. Grayscale: #B5B5B5. Windows color (decimal): -351647 or 6398714. OLE color: 6398714.
HSL color Cylindrical-coordinate representation of color #FAA261: hue angle of 25.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAA261 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 97 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.02 |
| HSL | 25.49º | 0.94% | 0.68% | - |
| HSV(B) | 25.49º | 0.61% | 0.98% | - |
| XYZ | 54.5 | 47.03 | 17.51 | - |
| YUV | 180.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 97 | 0 | 0.35 | 0.61 | 0.02 | 25.49 | 0.94 | 0.68 |
| Hex | FA | A2 | 61 | 0 | 23 | 3D | 2 | 19 | 5E | 44 |
| Octal | 372 | 242 | 141 | 0 | 43 | 75 | 2 | 31 | 136 | 104 |
| Binary | 11111010 | 10100010 | 1100001 | 0 | 100011 | 111101 | 10 | 11001 | 1011110 | 1000100 |
Color Harmonies of #FAA261
Complementary color
Monochromatic Colors of #FAA261
Black with #FAA261
Text Example
Text Example
White with #FAA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA261; }
p { color: rgb(250,162,97); }
H1.HeaderClassName
{
color: #FAA261;
}
.AnyTagClassName
{
color: #FAA261;
}
</style>
background-color css
<style>
a { background-color: #FAA261; }
a { background-color: rgb(250,162,97); }
div.DivClassName
{
background-color: #FAA261;
}
.BgClassName
{
background-color: #FAA261;
}
</style>
border-color css
<style>
span { border-color: #FAA261; }
span { border-color: rgb(250,162,97); }
td.TdClassName
{
border-color: #FAA261;
}
.TagClassName
{
border-color: #FAA261;
}
</style>