Shades of Sandy Brown #FAA262
Tints of Sandy Brown #FAA262
RGB
CMYK
RGB Variations
Color information
#FAA262 (or 0xFAA262) is known color: Sandy Brown. HEX triplet: FA, A2 and 62. RGB value is (250,162,98). Sum of RGB (Red+Green+Blue) = 250+162+98=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA262 is #055D9D. Grayscale: #B5B5B5. Windows color (decimal): -351646 or 6464250. OLE color: 6464250.
HSL color Cylindrical-coordinate representation of color #FAA262: hue angle of 25.26º 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 #FAA262 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 98 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.02 |
| HSL | 25.26º | 0.94% | 0.68% | - |
| HSV(B) | 25.26º | 0.61% | 0.98% | - |
| XYZ | 54.55 | 47.05 | 17.76 | - |
| YUV | 181.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 98 | 0 | 0.35 | 0.61 | 0.02 | 25.26 | 0.94 | 0.68 |
| Hex | FA | A2 | 62 | 0 | 23 | 3D | 2 | 19 | 5E | 44 |
| Octal | 372 | 242 | 142 | 0 | 43 | 75 | 2 | 31 | 136 | 104 |
| Binary | 11111010 | 10100010 | 1100010 | 0 | 100011 | 111101 | 10 | 11001 | 1011110 | 1000100 |
Color Harmonies of #FAA262
Complementary color
Monochromatic Colors of #FAA262
Black with #FAA262
Text Example
Text Example
White with #FAA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA262; }
p { color: rgb(250,162,98); }
H1.HeaderClassName
{
color: #FAA262;
}
.AnyTagClassName
{
color: #FAA262;
}
</style>
background-color css
<style>
a { background-color: #FAA262; }
a { background-color: rgb(250,162,98); }
div.DivClassName
{
background-color: #FAA262;
}
.BgClassName
{
background-color: #FAA262;
}
</style>
border-color css
<style>
span { border-color: #FAA262; }
span { border-color: rgb(250,162,98); }
td.TdClassName
{
border-color: #FAA262;
}
.TagClassName
{
border-color: #FAA262;
}
</style>