Shades of My Sin #F5A846
Tints of My Sin #F5A846
RGB
CMYK
RGB Variations
Color information
#F5A846 (or 0xF5A846) is known color: My Sin. HEX triplet: F5, A8 and 46. RGB value is (245,168,70). Sum of RGB (Red+Green+Blue) = 245+168+70=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A846 is #0A57B9. Grayscale: #B4B4B4. Windows color (decimal): -677818 or 4630773. OLE color: 4630773.
HSL color Cylindrical-coordinate representation of color #F5A846: hue angle of 33.6º 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 #F5A846 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 70 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.04 |
| HSL | 33.6º | 0.9% | 0.62% | - |
| HSV(B) | 33.6º | 0.71% | 0.96% | - |
| XYZ | 52.76 | 47.86 | 12.25 | - |
| YUV | 179.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 70 | 0 | 0.31 | 0.71 | 0.04 | 33.6 | 0.9 | 0.62 |
| Hex | F5 | A8 | 46 | 0 | 1F | 47 | 4 | 22 | 5A | 3E |
| Octal | 365 | 250 | 106 | 0 | 37 | 107 | 4 | 42 | 132 | 76 |
| Binary | 11110101 | 10101000 | 1000110 | 0 | 11111 | 1000111 | 100 | 100010 | 1011010 | 111110 |
Color Harmonies of #F5A846
Complementary color
Monochromatic Colors of #F5A846
Black with #F5A846
Text Example
Text Example
White with #F5A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A846; }
p { color: rgb(245,168,70); }
H1.HeaderClassName
{
color: #F5A846;
}
.AnyTagClassName
{
color: #F5A846;
}
</style>
background-color css
<style>
a { background-color: #F5A846; }
a { background-color: rgb(245,168,70); }
div.DivClassName
{
background-color: #F5A846;
}
.BgClassName
{
background-color: #F5A846;
}
</style>
border-color css
<style>
span { border-color: #F5A846; }
span { border-color: rgb(245,168,70); }
td.TdClassName
{
border-color: #F5A846;
}
.TagClassName
{
border-color: #F5A846;
}
</style>