Shades of Sandy Brown #FAA462
Tints of Sandy Brown #FAA462
RGB
CMYK
RGB Variations
Color information
#FAA462 (or 0xFAA462) is known color: Sandy Brown. HEX triplet: FA, A4 and 62. RGB value is (250,164,98). Sum of RGB (Red+Green+Blue) = 250+164+98=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA462 is #055B9D. Grayscale: #B6B6B6. Windows color (decimal): -351134 or 6464762. OLE color: 6464762.
HSL color Cylindrical-coordinate representation of color #FAA462: hue angle of 26.05º 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 #FAA462 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 98 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.02 |
| HSL | 26.05º | 0.94% | 0.68% | - |
| HSV(B) | 26.05º | 0.61% | 0.98% | - |
| XYZ | 54.9 | 47.76 | 17.88 | - |
| YUV | 182.19 | 80.49 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 98 | 0 | 0.34 | 0.61 | 0.02 | 26.05 | 0.94 | 0.68 |
| Hex | FA | A4 | 62 | 0 | 22 | 3D | 2 | 1A | 5E | 44 |
| Octal | 372 | 244 | 142 | 0 | 42 | 75 | 2 | 32 | 136 | 104 |
| Binary | 11111010 | 10100100 | 1100010 | 0 | 100010 | 111101 | 10 | 11010 | 1011110 | 1000100 |
Color Harmonies of #FAA462
Complementary color
Monochromatic Colors of #FAA462
Black with #FAA462
Text Example
Text Example
White with #FAA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA462; }
p { color: rgb(250,164,98); }
H1.HeaderClassName
{
color: #FAA462;
}
.AnyTagClassName
{
color: #FAA462;
}
</style>
background-color css
<style>
a { background-color: #FAA462; }
a { background-color: rgb(250,164,98); }
div.DivClassName
{
background-color: #FAA462;
}
.BgClassName
{
background-color: #FAA462;
}
</style>
border-color css
<style>
span { border-color: #FAA462; }
span { border-color: rgb(250,164,98); }
td.TdClassName
{
border-color: #FAA462;
}
.TagClassName
{
border-color: #FAA462;
}
</style>