Shades of Sandy Brown #FAA364
Tints of Sandy Brown #FAA364
RGB
CMYK
RGB Variations
Color information
#FAA364 (or 0xFAA364) is known color: Sandy Brown. HEX triplet: FA, A3 and 64. RGB value is (250,163,100). Sum of RGB (Red+Green+Blue) = 250+163+100=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA364 is #055C9B. Grayscale: #B6B6B6. Windows color (decimal): -351388 or 6595578. OLE color: 6595578.
HSL color Cylindrical-coordinate representation of color #FAA364: hue angle of 25.2º 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 #FAA364 is Cyan = 0, Magento = 0.35, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 100 | - |
| CMYK | 0 | 0.35 | 0.6 | 0.02 |
| HSL | 25.2º | 0.94% | 0.69% | - |
| HSV(B) | 25.2º | 0.6% | 0.98% | - |
| XYZ | 54.82 | 47.44 | 18.32 | - |
| YUV | 181.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 100 | 0 | 0.35 | 0.6 | 0.02 | 25.2 | 0.94 | 0.69 |
| Hex | FA | A3 | 64 | 0 | 23 | 3C | 2 | 19 | 5E | 45 |
| Octal | 372 | 243 | 144 | 0 | 43 | 74 | 2 | 31 | 136 | 105 |
| Binary | 11111010 | 10100011 | 1100100 | 0 | 100011 | 111100 | 10 | 11001 | 1011110 | 1000101 |
Color Harmonies of #FAA364
Complementary color
Monochromatic Colors of #FAA364
Black with #FAA364
Text Example
Text Example
White with #FAA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA364; }
p { color: rgb(250,163,100); }
H1.HeaderClassName
{
color: #FAA364;
}
.AnyTagClassName
{
color: #FAA364;
}
</style>
background-color css
<style>
a { background-color: #FAA364; }
a { background-color: rgb(250,163,100); }
div.DivClassName
{
background-color: #FAA364;
}
.BgClassName
{
background-color: #FAA364;
}
</style>
border-color css
<style>
span { border-color: #FAA364; }
span { border-color: rgb(250,163,100); }
td.TdClassName
{
border-color: #FAA364;
}
.TagClassName
{
border-color: #FAA364;
}
</style>