Shades of My Sin #F5A747
Tints of My Sin #F5A747
RGB
CMYK
RGB Variations
Color information
#F5A747 (or 0xF5A747) is known color: My Sin. HEX triplet: F5, A7 and 47. RGB value is (245,167,71). Sum of RGB (Red+Green+Blue) = 245+167+71=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A747 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A747 is #0A58B8. Grayscale: #B3B3B3. Windows color (decimal): -678073 or 4696053. OLE color: 4696053.
HSL color Cylindrical-coordinate representation of color #F5A747: hue angle of 33.1º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5A747 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 71 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.04 |
| HSL | 33.1º | 0.9% | 0.62% | - |
| HSV(B) | 33.1º | 0.71% | 0.96% | - |
| XYZ | 52.61 | 47.5 | 12.36 | - |
| YUV | 179.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 71 | 0 | 0.32 | 0.71 | 0.04 | 33.1 | 0.9 | 0.62 |
| Hex | F5 | A7 | 47 | 0 | 20 | 47 | 4 | 21 | 5A | 3E |
| Octal | 365 | 247 | 107 | 0 | 40 | 107 | 4 | 41 | 132 | 76 |
| Binary | 11110101 | 10100111 | 1000111 | 0 | 100000 | 1000111 | 100 | 100001 | 1011010 | 111110 |
Color Harmonies of #F5A747
Complementary color
Monochromatic Colors of #F5A747
Black with #F5A747
Text Example
Text Example
White with #F5A747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A747; }
p { color: rgb(245,167,71); }
H1.HeaderClassName
{
color: #F5A747;
}
.AnyTagClassName
{
color: #F5A747;
}
</style>
background-color css
<style>
a { background-color: #F5A747; }
a { background-color: rgb(245,167,71); }
div.DivClassName
{
background-color: #F5A747;
}
.BgClassName
{
background-color: #F5A747;
}
</style>
border-color css
<style>
span { border-color: #F5A747; }
span { border-color: rgb(245,167,71); }
td.TdClassName
{
border-color: #F5A747;
}
.TagClassName
{
border-color: #F5A747;
}
</style>