Shades of Sandy Brown #FAA25E
Tints of Sandy Brown #FAA25E
RGB
CMYK
RGB Variations
Color information
#FAA25E (or 0xFAA25E) is known color: Sandy Brown. HEX triplet: FA, A2 and 5E. RGB value is (250,162,94). Sum of RGB (Red+Green+Blue) = 250+162+94=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA25E is #055DA1. Grayscale: #B4B4B4. Windows color (decimal): -351650 or 6202106. OLE color: 6202106.
HSL color Cylindrical-coordinate representation of color #FAA25E: hue angle of 26.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAA25E is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 94 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.02 |
| HSL | 26.15º | 0.94% | 0.67% | - |
| HSV(B) | 26.15º | 0.62% | 0.98% | - |
| XYZ | 54.37 | 46.97 | 16.79 | - |
| YUV | 180.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 94 | 0 | 0.35 | 0.62 | 0.02 | 26.15 | 0.94 | 0.67 |
| Hex | FA | A2 | 5E | 0 | 23 | 3E | 2 | 1A | 5E | 43 |
| Octal | 372 | 242 | 136 | 0 | 43 | 76 | 2 | 32 | 136 | 103 |
| Binary | 11111010 | 10100010 | 1011110 | 0 | 100011 | 111110 | 10 | 11010 | 1011110 | 1000011 |
Color Harmonies of #FAA25E
Complementary color
Monochromatic Colors of #FAA25E
Black with #FAA25E
Text Example
Text Example
White with #FAA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA25E; }
p { color: rgb(250,162,94); }
H1.HeaderClassName
{
color: #FAA25E;
}
.AnyTagClassName
{
color: #FAA25E;
}
</style>
background-color css
<style>
a { background-color: #FAA25E; }
a { background-color: rgb(250,162,94); }
div.DivClassName
{
background-color: #FAA25E;
}
.BgClassName
{
background-color: #FAA25E;
}
</style>
border-color css
<style>
span { border-color: #FAA25E; }
span { border-color: rgb(250,162,94); }
td.TdClassName
{
border-color: #FAA25E;
}
.TagClassName
{
border-color: #FAA25E;
}
</style>