Shades of Sandy Brown #FAA458
Tints of Sandy Brown #FAA458
RGB
CMYK
RGB Variations
Color information
#FAA458 (or 0xFAA458) is known color: Sandy Brown. HEX triplet: FA, A4 and 58. RGB value is (250,164,88). Sum of RGB (Red+Green+Blue) = 250+164+88=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA458 is #055BA7. Grayscale: #B5B5B5. Windows color (decimal): -351144 or 5809402. OLE color: 5809402.
HSL color Cylindrical-coordinate representation of color #FAA458: hue angle of 28.15º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAA458 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 88 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.02 |
| HSL | 28.15º | 0.94% | 0.66% | - |
| HSV(B) | 28.15º | 0.65% | 0.98% | - |
| XYZ | 54.46 | 47.58 | 15.55 | - |
| YUV | 181.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 88 | 0 | 0.34 | 0.65 | 0.02 | 28.15 | 0.94 | 0.66 |
| Hex | FA | A4 | 58 | 0 | 22 | 41 | 2 | 1C | 5E | 42 |
| Octal | 372 | 244 | 130 | 0 | 42 | 101 | 2 | 34 | 136 | 102 |
| Binary | 11111010 | 10100100 | 1011000 | 0 | 100010 | 1000001 | 10 | 11100 | 1011110 | 1000010 |
Color Harmonies of #FAA458
Complementary color
Monochromatic Colors of #FAA458
Black with #FAA458
Text Example
Text Example
White with #FAA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA458; }
p { color: rgb(250,164,88); }
H1.HeaderClassName
{
color: #FAA458;
}
.AnyTagClassName
{
color: #FAA458;
}
</style>
background-color css
<style>
a { background-color: #FAA458; }
a { background-color: rgb(250,164,88); }
div.DivClassName
{
background-color: #FAA458;
}
.BgClassName
{
background-color: #FAA458;
}
</style>
border-color css
<style>
span { border-color: #FAA458; }
span { border-color: rgb(250,164,88); }
td.TdClassName
{
border-color: #FAA458;
}
.TagClassName
{
border-color: #FAA458;
}
</style>