Shades of My Sin #FAA949
Tints of My Sin #FAA949
RGB
CMYK
RGB Variations
Color information
#FAA949 (or 0xFAA949) is known color: My Sin. HEX triplet: FA, A9 and 49. RGB value is (250,169,73). Sum of RGB (Red+Green+Blue) = 250+169+73=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA949 is #0556B6. Grayscale: #B6B6B6. Windows color (decimal): -349879 or 4827642. OLE color: 4827642.
HSL color Cylindrical-coordinate representation of color #FAA949: hue angle of 32.54º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAA949 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 73 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.02 |
| HSL | 32.54º | 0.95% | 0.63% | - |
| HSV(B) | 32.54º | 0.71% | 0.98% | - |
| XYZ | 54.81 | 49.18 | 12.91 | - |
| YUV | 182.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 73 | 0 | 0.32 | 0.71 | 0.02 | 32.54 | 0.95 | 0.63 |
| Hex | FA | A9 | 49 | 0 | 20 | 47 | 2 | 21 | 5F | 3F |
| Octal | 372 | 251 | 111 | 0 | 40 | 107 | 2 | 41 | 137 | 77 |
| Binary | 11111010 | 10101001 | 1001001 | 0 | 100000 | 1000111 | 10 | 100001 | 1011111 | 111111 |
Color Harmonies of #FAA949
Complementary color
Monochromatic Colors of #FAA949
Black with #FAA949
Text Example
Text Example
White with #FAA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA949; }
p { color: rgb(250,169,73); }
H1.HeaderClassName
{
color: #FAA949;
}
.AnyTagClassName
{
color: #FAA949;
}
</style>
background-color css
<style>
a { background-color: #FAA949; }
a { background-color: rgb(250,169,73); }
div.DivClassName
{
background-color: #FAA949;
}
.BgClassName
{
background-color: #FAA949;
}
</style>
border-color css
<style>
span { border-color: #FAA949; }
span { border-color: rgb(250,169,73); }
td.TdClassName
{
border-color: #FAA949;
}
.TagClassName
{
border-color: #FAA949;
}
</style>