Shades of Sandy Brown #FAA65F
Tints of Sandy Brown #FAA65F
RGB
CMYK
RGB Variations
Color information
#FAA65F (or 0xFAA65F) is known color: Sandy Brown. HEX triplet: FA, A6 and 5F. RGB value is (250,166,95). Sum of RGB (Red+Green+Blue) = 250+166+95=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA65F is #0559A0. Grayscale: #B7B7B7. Windows color (decimal): -350625 or 6268666. OLE color: 6268666.
HSL color Cylindrical-coordinate representation of color #FAA65F: hue angle of 27.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAA65F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 95 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.02 |
| HSL | 27.48º | 0.94% | 0.68% | - |
| HSV(B) | 27.48º | 0.62% | 0.98% | - |
| XYZ | 55.13 | 48.42 | 17.27 | - |
| YUV | 183.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 95 | 0 | 0.34 | 0.62 | 0.02 | 27.48 | 0.94 | 0.68 |
| Hex | FA | A6 | 5F | 0 | 22 | 3E | 2 | 1B | 5E | 44 |
| Octal | 372 | 246 | 137 | 0 | 42 | 76 | 2 | 33 | 136 | 104 |
| Binary | 11111010 | 10100110 | 1011111 | 0 | 100010 | 111110 | 10 | 11011 | 1011110 | 1000100 |
Color Harmonies of #FAA65F
Complementary color
Monochromatic Colors of #FAA65F
Black with #FAA65F
Text Example
Text Example
White with #FAA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA65F; }
p { color: rgb(250,166,95); }
H1.HeaderClassName
{
color: #FAA65F;
}
.AnyTagClassName
{
color: #FAA65F;
}
</style>
background-color css
<style>
a { background-color: #FAA65F; }
a { background-color: rgb(250,166,95); }
div.DivClassName
{
background-color: #FAA65F;
}
.BgClassName
{
background-color: #FAA65F;
}
</style>
border-color css
<style>
span { border-color: #FAA65F; }
span { border-color: rgb(250,166,95); }
td.TdClassName
{
border-color: #FAA65F;
}
.TagClassName
{
border-color: #FAA65F;
}
</style>