Shades of Sandy Brown #FAA65C
Tints of Sandy Brown #FAA65C
RGB
CMYK
RGB Variations
Color information
#FAA65C (or 0xFAA65C) is known color: Sandy Brown. HEX triplet: FA, A6 and 5C. RGB value is (250,166,92). Sum of RGB (Red+Green+Blue) = 250+166+92=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA65C is #0559A3. Grayscale: #B7B7B7. Windows color (decimal): -350628 or 6072058. OLE color: 6072058.
HSL color Cylindrical-coordinate representation of color #FAA65C: hue angle of 28.1º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAA65C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 92 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 28.1º | 0.94% | 0.67% | - |
| HSV(B) | 28.1º | 0.63% | 0.98% | - |
| XYZ | 54.99 | 48.37 | 16.56 | - |
| YUV | 182.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 92 | 0 | 0.34 | 0.63 | 0.02 | 28.1 | 0.94 | 0.67 |
| Hex | FA | A6 | 5C | 0 | 22 | 3F | 2 | 1C | 5E | 43 |
| Octal | 372 | 246 | 134 | 0 | 42 | 77 | 2 | 34 | 136 | 103 |
| Binary | 11111010 | 10100110 | 1011100 | 0 | 100010 | 111111 | 10 | 11100 | 1011110 | 1000011 |
Color Harmonies of #FAA65C
Complementary color
Monochromatic Colors of #FAA65C
Black with #FAA65C
Text Example
Text Example
White with #FAA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA65C; }
p { color: rgb(250,166,92); }
H1.HeaderClassName
{
color: #FAA65C;
}
.AnyTagClassName
{
color: #FAA65C;
}
</style>
background-color css
<style>
a { background-color: #FAA65C; }
a { background-color: rgb(250,166,92); }
div.DivClassName
{
background-color: #FAA65C;
}
.BgClassName
{
background-color: #FAA65C;
}
</style>
border-color css
<style>
span { border-color: #FAA65C; }
span { border-color: rgb(250,166,92); }
td.TdClassName
{
border-color: #FAA65C;
}
.TagClassName
{
border-color: #FAA65C;
}
</style>