Shades of Sandy Brown #FAA362
Tints of Sandy Brown #FAA362
RGB
CMYK
RGB Variations
Color information
#FAA362 (or 0xFAA362) is known color: Sandy Brown. HEX triplet: FA, A3 and 62. RGB value is (250,163,98). Sum of RGB (Red+Green+Blue) = 250+163+98=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA362 is #055C9D. Grayscale: #B5B5B5. Windows color (decimal): -351390 or 6464506. OLE color: 6464506.
HSL color Cylindrical-coordinate representation of color #FAA362: hue angle of 25.66º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAA362 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 98 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.02 |
| HSL | 25.66º | 0.94% | 0.68% | - |
| HSV(B) | 25.66º | 0.61% | 0.98% | - |
| XYZ | 54.73 | 47.4 | 17.82 | - |
| YUV | 181.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 98 | 0 | 0.35 | 0.61 | 0.02 | 25.66 | 0.94 | 0.68 |
| Hex | FA | A3 | 62 | 0 | 23 | 3D | 2 | 1A | 5E | 44 |
| Octal | 372 | 243 | 142 | 0 | 43 | 75 | 2 | 32 | 136 | 104 |
| Binary | 11111010 | 10100011 | 1100010 | 0 | 100011 | 111101 | 10 | 11010 | 1011110 | 1000100 |
Color Harmonies of #FAA362
Complementary color
Monochromatic Colors of #FAA362
Black with #FAA362
Text Example
Text Example
White with #FAA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA362; }
p { color: rgb(250,163,98); }
H1.HeaderClassName
{
color: #FAA362;
}
.AnyTagClassName
{
color: #FAA362;
}
</style>
background-color css
<style>
a { background-color: #FAA362; }
a { background-color: rgb(250,163,98); }
div.DivClassName
{
background-color: #FAA362;
}
.BgClassName
{
background-color: #FAA362;
}
</style>
border-color css
<style>
span { border-color: #FAA362; }
span { border-color: rgb(250,163,98); }
td.TdClassName
{
border-color: #FAA362;
}
.TagClassName
{
border-color: #FAA362;
}
</style>