Shades of Sandy Brown #FAA567
Tints of Sandy Brown #FAA567
RGB
CMYK
RGB Variations
Color information
#FAA567 (or 0xFAA567) is known color: Sandy Brown. HEX triplet: FA, A5 and 67. RGB value is (250,165,103). Sum of RGB (Red+Green+Blue) = 250+165+103=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA567 is #055A98. Grayscale: #B7B7B7. Windows color (decimal): -350873 or 6792698. OLE color: 6792698.
HSL color Cylindrical-coordinate representation of color #FAA567: hue angle of 25.31º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAA567 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 103 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.02 |
| HSL | 25.31º | 0.94% | 0.69% | - |
| HSV(B) | 25.31º | 0.59% | 0.98% | - |
| XYZ | 55.33 | 48.21 | 19.22 | - |
| YUV | 183.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 103 | 0 | 0.34 | 0.59 | 0.02 | 25.31 | 0.94 | 0.69 |
| Hex | FA | A5 | 67 | 0 | 22 | 3B | 2 | 19 | 5E | 45 |
| Octal | 372 | 245 | 147 | 0 | 42 | 73 | 2 | 31 | 136 | 105 |
| Binary | 11111010 | 10100101 | 1100111 | 0 | 100010 | 111011 | 10 | 11001 | 1011110 | 1000101 |
Color Harmonies of #FAA567
Complementary color
Monochromatic Colors of #FAA567
Black with #FAA567
Text Example
Text Example
White with #FAA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA567; }
p { color: rgb(250,165,103); }
H1.HeaderClassName
{
color: #FAA567;
}
.AnyTagClassName
{
color: #FAA567;
}
</style>
background-color css
<style>
a { background-color: #FAA567; }
a { background-color: rgb(250,165,103); }
div.DivClassName
{
background-color: #FAA567;
}
.BgClassName
{
background-color: #FAA567;
}
</style>
border-color css
<style>
span { border-color: #FAA567; }
span { border-color: rgb(250,165,103); }
td.TdClassName
{
border-color: #FAA567;
}
.TagClassName
{
border-color: #FAA567;
}
</style>