Shades of My Sin #F0A647
Tints of My Sin #F0A647
RGB
CMYK
RGB Variations
Color information
#F0A647 (or 0xF0A647) is known color: My Sin. HEX triplet: F0, A6 and 47. RGB value is (240,166,71). Sum of RGB (Red+Green+Blue) = 240+166+71=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A647 is #0F59B8. Grayscale: #B1B1B1. Windows color (decimal): -1006009 or 4695792. OLE color: 4695792.
HSL color Cylindrical-coordinate representation of color #F0A647: hue angle of 33.73º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0A647 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 71 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.06 |
| HSL | 33.73º | 0.85% | 0.61% | - |
| HSV(B) | 33.73º | 0.7% | 0.94% | - |
| XYZ | 50.71 | 46.25 | 12.22 | - |
| YUV | 177.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 71 | 0 | 0.31 | 0.70 | 0.06 | 33.73 | 0.85 | 0.61 |
| Hex | F0 | A6 | 47 | 0 | 1F | 46 | 6 | 22 | 55 | 3D |
| Octal | 360 | 246 | 107 | 0 | 37 | 106 | 6 | 42 | 125 | 75 |
| Binary | 11110000 | 10100110 | 1000111 | 0 | 11111 | 1000110 | 110 | 100010 | 1010101 | 111101 |
Color Harmonies of #F0A647
Complementary color
Monochromatic Colors of #F0A647
Black with #F0A647
Text Example
Text Example
White with #F0A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A647; }
p { color: rgb(240,166,71); }
H1.HeaderClassName
{
color: #F0A647;
}
.AnyTagClassName
{
color: #F0A647;
}
</style>
background-color css
<style>
a { background-color: #F0A647; }
a { background-color: rgb(240,166,71); }
div.DivClassName
{
background-color: #F0A647;
}
.BgClassName
{
background-color: #F0A647;
}
</style>
border-color css
<style>
span { border-color: #F0A647; }
span { border-color: rgb(240,166,71); }
td.TdClassName
{
border-color: #F0A647;
}
.TagClassName
{
border-color: #F0A647;
}
</style>