Shades of Sandy Brown #FAA25B
Tints of Sandy Brown #FAA25B
RGB
CMYK
RGB Variations
Color information
#FAA25B (or 0xFAA25B) is known color: Sandy Brown. HEX triplet: FA, A2 and 5B. RGB value is (250,162,91). Sum of RGB (Red+Green+Blue) = 250+162+91=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA25B is #055DA4. Grayscale: #B4B4B4. Windows color (decimal): -351653 or 6005498. OLE color: 6005498.
HSL color Cylindrical-coordinate representation of color #FAA25B: hue angle of 26.79º 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 #FAA25B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 91 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.02 |
| HSL | 26.79º | 0.94% | 0.67% | - |
| HSV(B) | 26.79º | 0.64% | 0.98% | - |
| XYZ | 54.23 | 46.92 | 16.1 | - |
| YUV | 180.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 91 | 0 | 0.35 | 0.64 | 0.02 | 26.79 | 0.94 | 0.67 |
| Hex | FA | A2 | 5B | 0 | 23 | 40 | 2 | 1B | 5E | 43 |
| Octal | 372 | 242 | 133 | 0 | 43 | 100 | 2 | 33 | 136 | 103 |
| Binary | 11111010 | 10100010 | 1011011 | 0 | 100011 | 1000000 | 10 | 11011 | 1011110 | 1000011 |
Color Harmonies of #FAA25B
Complementary color
Monochromatic Colors of #FAA25B
Black with #FAA25B
Text Example
Text Example
White with #FAA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA25B; }
p { color: rgb(250,162,91); }
H1.HeaderClassName
{
color: #FAA25B;
}
.AnyTagClassName
{
color: #FAA25B;
}
</style>
background-color css
<style>
a { background-color: #FAA25B; }
a { background-color: rgb(250,162,91); }
div.DivClassName
{
background-color: #FAA25B;
}
.BgClassName
{
background-color: #FAA25B;
}
</style>
border-color css
<style>
span { border-color: #FAA25B; }
span { border-color: rgb(250,162,91); }
td.TdClassName
{
border-color: #FAA25B;
}
.TagClassName
{
border-color: #FAA25B;
}
</style>