Shades of Sandy Brown #FAA465
Tints of Sandy Brown #FAA465
RGB
CMYK
RGB Variations
Color information
#FAA465 (or 0xFAA465) is known color: Sandy Brown. HEX triplet: FA, A4 and 65. RGB value is (250,164,101). Sum of RGB (Red+Green+Blue) = 250+164+101=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA465 is #055B9A. Grayscale: #B6B6B6. Windows color (decimal): -351131 or 6661370. OLE color: 6661370.
HSL color Cylindrical-coordinate representation of color #FAA465: hue angle of 25.37º 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 #FAA465 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 101 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.02 |
| HSL | 25.37º | 0.94% | 0.69% | - |
| HSV(B) | 25.37º | 0.6% | 0.98% | - |
| XYZ | 55.05 | 47.81 | 18.64 | - |
| YUV | 182.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 101 | 0 | 0.34 | 0.60 | 0.02 | 25.37 | 0.94 | 0.69 |
| Hex | FA | A4 | 65 | 0 | 22 | 3C | 2 | 19 | 5E | 45 |
| Octal | 372 | 244 | 145 | 0 | 42 | 74 | 2 | 31 | 136 | 105 |
| Binary | 11111010 | 10100100 | 1100101 | 0 | 100010 | 111100 | 10 | 11001 | 1011110 | 1000101 |
Color Harmonies of #FAA465
Complementary color
Monochromatic Colors of #FAA465
Black with #FAA465
Text Example
Text Example
White with #FAA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA465; }
p { color: rgb(250,164,101); }
H1.HeaderClassName
{
color: #FAA465;
}
.AnyTagClassName
{
color: #FAA465;
}
</style>
background-color css
<style>
a { background-color: #FAA465; }
a { background-color: rgb(250,164,101); }
div.DivClassName
{
background-color: #FAA465;
}
.BgClassName
{
background-color: #FAA465;
}
</style>
border-color css
<style>
span { border-color: #FAA465; }
span { border-color: rgb(250,164,101); }
td.TdClassName
{
border-color: #FAA465;
}
.TagClassName
{
border-color: #FAA465;
}
</style>