Shades of Sandy Brown #FAA45C
Tints of Sandy Brown #FAA45C
RGB
CMYK
RGB Variations
Color information
#FAA45C (or 0xFAA45C) is known color: Sandy Brown. HEX triplet: FA, A4 and 5C. RGB value is (250,164,92). Sum of RGB (Red+Green+Blue) = 250+164+92=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA45C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA45C is #055BA3. Grayscale: #B5B5B5. Windows color (decimal): -351140 or 6071546. OLE color: 6071546.
HSL color Cylindrical-coordinate representation of color #FAA45C: hue angle of 27.34º 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 #FAA45C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 92 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.34º | 0.94% | 0.67% | - |
| HSV(B) | 27.34º | 0.63% | 0.98% | - |
| XYZ | 54.63 | 47.65 | 16.44 | - |
| YUV | 181.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 92 | 0 | 0.34 | 0.63 | 0.02 | 27.34 | 0.94 | 0.67 |
| Hex | FA | A4 | 5C | 0 | 22 | 3F | 2 | 1B | 5E | 43 |
| Octal | 372 | 244 | 134 | 0 | 42 | 77 | 2 | 33 | 136 | 103 |
| Binary | 11111010 | 10100100 | 1011100 | 0 | 100010 | 111111 | 10 | 11011 | 1011110 | 1000011 |
Color Harmonies of #FAA45C
Complementary color
Monochromatic Colors of #FAA45C
Black with #FAA45C
Text Example
Text Example
White with #FAA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA45C; }
p { color: rgb(250,164,92); }
H1.HeaderClassName
{
color: #FAA45C;
}
.AnyTagClassName
{
color: #FAA45C;
}
</style>
background-color css
<style>
a { background-color: #FAA45C; }
a { background-color: rgb(250,164,92); }
div.DivClassName
{
background-color: #FAA45C;
}
.BgClassName
{
background-color: #FAA45C;
}
</style>
border-color css
<style>
span { border-color: #FAA45C; }
span { border-color: rgb(250,164,92); }
td.TdClassName
{
border-color: #FAA45C;
}
.TagClassName
{
border-color: #FAA45C;
}
</style>