Shades of My Sin #FAA647
Tints of My Sin #FAA647
RGB
CMYK
RGB Variations
Color information
#FAA647 (or 0xFAA647) is known color: My Sin. HEX triplet: FA, A6 and 47. RGB value is (250,166,71). Sum of RGB (Red+Green+Blue) = 250+166+71=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA647 is #0559B8. Grayscale: #B4B4B4. Windows color (decimal): -350649 or 4695802. OLE color: 4695802.
HSL color Cylindrical-coordinate representation of color #FAA647: hue angle of 31.84º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAA647 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 71 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.02 |
| HSL | 31.84º | 0.95% | 0.63% | - |
| HSV(B) | 31.84º | 0.72% | 0.98% | - |
| XYZ | 54.2 | 48.05 | 12.38 | - |
| YUV | 180.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 71 | 0 | 0.34 | 0.72 | 0.02 | 31.84 | 0.95 | 0.63 |
| Hex | FA | A6 | 47 | 0 | 22 | 48 | 2 | 20 | 5F | 3F |
| Octal | 372 | 246 | 107 | 0 | 42 | 110 | 2 | 40 | 137 | 77 |
| Binary | 11111010 | 10100110 | 1000111 | 0 | 100010 | 1001000 | 10 | 100000 | 1011111 | 111111 |
Color Harmonies of #FAA647
Complementary color
Monochromatic Colors of #FAA647
Black with #FAA647
Text Example
Text Example
White with #FAA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA647; }
p { color: rgb(250,166,71); }
H1.HeaderClassName
{
color: #FAA647;
}
.AnyTagClassName
{
color: #FAA647;
}
</style>
background-color css
<style>
a { background-color: #FAA647; }
a { background-color: rgb(250,166,71); }
div.DivClassName
{
background-color: #FAA647;
}
.BgClassName
{
background-color: #FAA647;
}
</style>
border-color css
<style>
span { border-color: #FAA647; }
span { border-color: rgb(250,166,71); }
td.TdClassName
{
border-color: #FAA647;
}
.TagClassName
{
border-color: #FAA647;
}
</style>