Shades of My Sin #F7A849
Tints of My Sin #F7A849
RGB
CMYK
RGB Variations
Color information
#F7A849 (or 0xF7A849) is known color: My Sin. HEX triplet: F7, A8 and 49. RGB value is (247,168,73). Sum of RGB (Red+Green+Blue) = 247+168+73=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A849 is #0857B6. Grayscale: #B5B5B5. Windows color (decimal): -546743 or 4827383. OLE color: 4827383.
HSL color Cylindrical-coordinate representation of color #F7A849: hue angle of 32.76º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7A849 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 73 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.03 |
| HSL | 32.76º | 0.92% | 0.63% | - |
| HSV(B) | 32.76º | 0.7% | 0.97% | - |
| XYZ | 53.56 | 48.26 | 12.8 | - |
| YUV | 180.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 73 | 0 | 0.32 | 0.70 | 0.03 | 32.76 | 0.92 | 0.63 |
| Hex | F7 | A8 | 49 | 0 | 20 | 46 | 3 | 21 | 5C | 3F |
| Octal | 367 | 250 | 111 | 0 | 40 | 106 | 3 | 41 | 134 | 77 |
| Binary | 11110111 | 10101000 | 1001001 | 0 | 100000 | 1000110 | 11 | 100001 | 1011100 | 111111 |
Color Harmonies of #F7A849
Complementary color
Monochromatic Colors of #F7A849
Black with #F7A849
Text Example
Text Example
White with #F7A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A849; }
p { color: rgb(247,168,73); }
H1.HeaderClassName
{
color: #F7A849;
}
.AnyTagClassName
{
color: #F7A849;
}
</style>
background-color css
<style>
a { background-color: #F7A849; }
a { background-color: rgb(247,168,73); }
div.DivClassName
{
background-color: #F7A849;
}
.BgClassName
{
background-color: #F7A849;
}
</style>
border-color css
<style>
span { border-color: #F7A849; }
span { border-color: rgb(247,168,73); }
td.TdClassName
{
border-color: #F7A849;
}
.TagClassName
{
border-color: #F7A849;
}
</style>