Shades of Sandy Brown #FAA363
Tints of Sandy Brown #FAA363
RGB
CMYK
RGB Variations
Color information
#FAA363 (or 0xFAA363) is known color: Sandy Brown. HEX triplet: FA, A3 and 63. RGB value is (250,163,99). Sum of RGB (Red+Green+Blue) = 250+163+99=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA363 is #055C9C. Grayscale: #B6B6B6. Windows color (decimal): -351389 or 6530042. OLE color: 6530042.
HSL color Cylindrical-coordinate representation of color #FAA363: hue angle of 25.43º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAA363 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 99 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.02 |
| HSL | 25.43º | 0.94% | 0.68% | - |
| HSV(B) | 25.43º | 0.6% | 0.98% | - |
| XYZ | 54.77 | 47.42 | 18.07 | - |
| YUV | 181.72 | 81.32 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 99 | 0 | 0.35 | 0.60 | 0.02 | 25.43 | 0.94 | 0.68 |
| Hex | FA | A3 | 63 | 0 | 23 | 3C | 2 | 19 | 5E | 44 |
| Octal | 372 | 243 | 143 | 0 | 43 | 74 | 2 | 31 | 136 | 104 |
| Binary | 11111010 | 10100011 | 1100011 | 0 | 100011 | 111100 | 10 | 11001 | 1011110 | 1000100 |
Color Harmonies of #FAA363
Complementary color
Monochromatic Colors of #FAA363
Black with #FAA363
Text Example
Text Example
White with #FAA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA363; }
p { color: rgb(250,163,99); }
H1.HeaderClassName
{
color: #FAA363;
}
.AnyTagClassName
{
color: #FAA363;
}
</style>
background-color css
<style>
a { background-color: #FAA363; }
a { background-color: rgb(250,163,99); }
div.DivClassName
{
background-color: #FAA363;
}
.BgClassName
{
background-color: #FAA363;
}
</style>
border-color css
<style>
span { border-color: #FAA363; }
span { border-color: rgb(250,163,99); }
td.TdClassName
{
border-color: #FAA363;
}
.TagClassName
{
border-color: #FAA363;
}
</style>