Shades of Sandy Brown #FAA464
Tints of Sandy Brown #FAA464
RGB
CMYK
RGB Variations
Color information
#FAA464 (or 0xFAA464) is known color: Sandy Brown. HEX triplet: FA, A4 and 64. RGB value is (250,164,100). Sum of RGB (Red+Green+Blue) = 250+164+100=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA464 is #055B9B. Grayscale: #B6B6B6. Windows color (decimal): -351132 or 6595834. OLE color: 6595834.
HSL color Cylindrical-coordinate representation of color #FAA464: hue angle of 25.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA464 is Cyan = 0, Magento = 0.34, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 100 | - |
| CMYK | 0 | 0.34 | 0.6 | 0.02 |
| HSL | 25.6º | 0.94% | 0.69% | - |
| HSV(B) | 25.6º | 0.6% | 0.98% | - |
| XYZ | 55 | 47.8 | 18.38 | - |
| YUV | 182.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 100 | 0 | 0.34 | 0.6 | 0.02 | 25.6 | 0.94 | 0.69 |
| Hex | FA | A4 | 64 | 0 | 22 | 3C | 2 | 1A | 5E | 45 |
| Octal | 372 | 244 | 144 | 0 | 42 | 74 | 2 | 32 | 136 | 105 |
| Binary | 11111010 | 10100100 | 1100100 | 0 | 100010 | 111100 | 10 | 11010 | 1011110 | 1000101 |
Color Harmonies of #FAA464
Complementary color
Monochromatic Colors of #FAA464
Black with #FAA464
Text Example
Text Example
White with #FAA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA464; }
p { color: rgb(250,164,100); }
H1.HeaderClassName
{
color: #FAA464;
}
.AnyTagClassName
{
color: #FAA464;
}
</style>
background-color css
<style>
a { background-color: #FAA464; }
a { background-color: rgb(250,164,100); }
div.DivClassName
{
background-color: #FAA464;
}
.BgClassName
{
background-color: #FAA464;
}
</style>
border-color css
<style>
span { border-color: #FAA464; }
span { border-color: rgb(250,164,100); }
td.TdClassName
{
border-color: #FAA464;
}
.TagClassName
{
border-color: #FAA464;
}
</style>