Shades of My Sin #F0A847
Tints of My Sin #F0A847
RGB
CMYK
RGB Variations
Color information
#F0A847 (or 0xF0A847) is known color: My Sin. HEX triplet: F0, A8 and 47. RGB value is (240,168,71). Sum of RGB (Red+Green+Blue) = 240+168+71=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A847 is #0F57B8. Grayscale: #B2B2B2. Windows color (decimal): -1005497 or 4696304. OLE color: 4696304.
HSL color Cylindrical-coordinate representation of color #F0A847: hue angle of 34.44º 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 #F0A847 is Cyan = 0, Magento = 0.3, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 71 | - |
| CMYK | 0 | 0.3 | 0.70 | 0.06 |
| HSL | 34.44º | 0.85% | 0.61% | - |
| HSV(B) | 34.44º | 0.7% | 0.94% | - |
| XYZ | 51.08 | 46.99 | 12.34 | - |
| YUV | 178.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 71 | 0 | 0.3 | 0.70 | 0.06 | 34.44 | 0.85 | 0.61 |
| Hex | F0 | A8 | 47 | 0 | 1E | 46 | 6 | 22 | 55 | 3D |
| Octal | 360 | 250 | 107 | 0 | 36 | 106 | 6 | 42 | 125 | 75 |
| Binary | 11110000 | 10101000 | 1000111 | 0 | 11110 | 1000110 | 110 | 100010 | 1010101 | 111101 |
Color Harmonies of #F0A847
Complementary color
Monochromatic Colors of #F0A847
Black with #F0A847
Text Example
Text Example
White with #F0A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A847; }
p { color: rgb(240,168,71); }
H1.HeaderClassName
{
color: #F0A847;
}
.AnyTagClassName
{
color: #F0A847;
}
</style>
background-color css
<style>
a { background-color: #F0A847; }
a { background-color: rgb(240,168,71); }
div.DivClassName
{
background-color: #F0A847;
}
.BgClassName
{
background-color: #F0A847;
}
</style>
border-color css
<style>
span { border-color: #F0A847; }
span { border-color: rgb(240,168,71); }
td.TdClassName
{
border-color: #F0A847;
}
.TagClassName
{
border-color: #F0A847;
}
</style>