Shades of Sandy Brown #FAA467
Tints of Sandy Brown #FAA467
RGB
CMYK
RGB Variations
Color information
#FAA467 (or 0xFAA467) is known color: Sandy Brown. HEX triplet: FA, A4 and 67. RGB value is (250,164,103). Sum of RGB (Red+Green+Blue) = 250+164+103=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA467 is #055B98. Grayscale: #B7B7B7. Windows color (decimal): -351129 or 6792442. OLE color: 6792442.
HSL color Cylindrical-coordinate representation of color #FAA467: hue angle of 24.9º 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 #FAA467 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 103 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.02 |
| HSL | 24.9º | 0.94% | 0.69% | - |
| HSV(B) | 24.9º | 0.59% | 0.98% | - |
| XYZ | 55.15 | 47.85 | 19.16 | - |
| YUV | 182.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 103 | 0 | 0.34 | 0.59 | 0.02 | 24.9 | 0.94 | 0.69 |
| Hex | FA | A4 | 67 | 0 | 22 | 3B | 2 | 19 | 5E | 45 |
| Octal | 372 | 244 | 147 | 0 | 42 | 73 | 2 | 31 | 136 | 105 |
| Binary | 11111010 | 10100100 | 1100111 | 0 | 100010 | 111011 | 10 | 11001 | 1011110 | 1000101 |
Color Harmonies of #FAA467
Complementary color
Monochromatic Colors of #FAA467
Black with #FAA467
Text Example
Text Example
White with #FAA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA467; }
p { color: rgb(250,164,103); }
H1.HeaderClassName
{
color: #FAA467;
}
.AnyTagClassName
{
color: #FAA467;
}
</style>
background-color css
<style>
a { background-color: #FAA467; }
a { background-color: rgb(250,164,103); }
div.DivClassName
{
background-color: #FAA467;
}
.BgClassName
{
background-color: #FAA467;
}
</style>
border-color css
<style>
span { border-color: #FAA467; }
span { border-color: rgb(250,164,103); }
td.TdClassName
{
border-color: #FAA467;
}
.TagClassName
{
border-color: #FAA467;
}
</style>