Shades of Sandy Brown #FAA25A
Tints of Sandy Brown #FAA25A
RGB
CMYK
RGB Variations
Color information
#FAA25A (or 0xFAA25A) is known color: Sandy Brown. HEX triplet: FA, A2 and 5A. RGB value is (250,162,90). Sum of RGB (Red+Green+Blue) = 250+162+90=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA25A is #055DA5. Grayscale: #B4B4B4. Windows color (decimal): -351654 or 5939962. OLE color: 5939962.
HSL color Cylindrical-coordinate representation of color #FAA25A: hue angle of 27º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAA25A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 90 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.02 |
| HSL | 27º | 0.94% | 0.67% | - |
| HSV(B) | 27º | 0.64% | 0.98% | - |
| XYZ | 54.19 | 46.9 | 15.87 | - |
| YUV | 180.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 90 | 0 | 0.35 | 0.64 | 0.02 | 27 | 0.94 | 0.67 |
| Hex | FA | A2 | 5A | 0 | 23 | 40 | 2 | 1B | 5E | 43 |
| Octal | 372 | 242 | 132 | 0 | 43 | 100 | 2 | 33 | 136 | 103 |
| Binary | 11111010 | 10100010 | 1011010 | 0 | 100011 | 1000000 | 10 | 11011 | 1011110 | 1000011 |
Color Harmonies of #FAA25A
Complementary color
Monochromatic Colors of #FAA25A
Black with #FAA25A
Text Example
Text Example
White with #FAA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA25A; }
p { color: rgb(250,162,90); }
H1.HeaderClassName
{
color: #FAA25A;
}
.AnyTagClassName
{
color: #FAA25A;
}
</style>
background-color css
<style>
a { background-color: #FAA25A; }
a { background-color: rgb(250,162,90); }
div.DivClassName
{
background-color: #FAA25A;
}
.BgClassName
{
background-color: #FAA25A;
}
</style>
border-color css
<style>
span { border-color: #FAA25A; }
span { border-color: rgb(250,162,90); }
td.TdClassName
{
border-color: #FAA25A;
}
.TagClassName
{
border-color: #FAA25A;
}
</style>