Shades of Sandy Brown #FAA35C
Tints of Sandy Brown #FAA35C
RGB
CMYK
RGB Variations
Color information
#FAA35C (or 0xFAA35C) is known color: Sandy Brown. HEX triplet: FA, A3 and 5C. RGB value is (250,163,92). Sum of RGB (Red+Green+Blue) = 250+163+92=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA35C is #055CA3. Grayscale: #B5B5B5. Windows color (decimal): -351396 or 6071290. OLE color: 6071290.
HSL color Cylindrical-coordinate representation of color #FAA35C: hue angle of 26.96º 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 #FAA35C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 92 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.02 |
| HSL | 26.96º | 0.94% | 0.67% | - |
| HSV(B) | 26.96º | 0.63% | 0.98% | - |
| XYZ | 54.45 | 47.29 | 16.38 | - |
| YUV | 180.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 92 | 0 | 0.35 | 0.63 | 0.02 | 26.96 | 0.94 | 0.67 |
| Hex | FA | A3 | 5C | 0 | 23 | 3F | 2 | 1B | 5E | 43 |
| Octal | 372 | 243 | 134 | 0 | 43 | 77 | 2 | 33 | 136 | 103 |
| Binary | 11111010 | 10100011 | 1011100 | 0 | 100011 | 111111 | 10 | 11011 | 1011110 | 1000011 |
Color Harmonies of #FAA35C
Complementary color
Monochromatic Colors of #FAA35C
Black with #FAA35C
Text Example
Text Example
White with #FAA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA35C; }
p { color: rgb(250,163,92); }
H1.HeaderClassName
{
color: #FAA35C;
}
.AnyTagClassName
{
color: #FAA35C;
}
</style>
background-color css
<style>
a { background-color: #FAA35C; }
a { background-color: rgb(250,163,92); }
div.DivClassName
{
background-color: #FAA35C;
}
.BgClassName
{
background-color: #FAA35C;
}
</style>
border-color css
<style>
span { border-color: #FAA35C; }
span { border-color: rgb(250,163,92); }
td.TdClassName
{
border-color: #FAA35C;
}
.TagClassName
{
border-color: #FAA35C;
}
</style>