Shades of My Sin #F5B141
Tints of My Sin #F5B141
RGB
CMYK
RGB Variations
Color information
#F5B141 (or 0xF5B141) is known color: My Sin. HEX triplet: F5, B1 and 41. RGB value is (245,177,65). Sum of RGB (Red+Green+Blue) = 245+177+65=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B141 is #0A4EBE. Grayscale: #B9B9B9. Windows color (decimal): -675519 or 4305397. OLE color: 4305397.
HSL color Cylindrical-coordinate representation of color #F5B141: hue angle of 37.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5B141 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 65 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.04 |
| HSL | 37.33º | 0.9% | 0.61% | - |
| HSV(B) | 37.33º | 0.73% | 0.96% | - |
| XYZ | 54.33 | 51.24 | 12.03 | - |
| YUV | 184.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 65 | 0 | 0.28 | 0.73 | 0.04 | 37.33 | 0.9 | 0.61 |
| Hex | F5 | B1 | 41 | 0 | 1C | 49 | 4 | 25 | 5A | 3D |
| Octal | 365 | 261 | 101 | 0 | 34 | 111 | 4 | 45 | 132 | 75 |
| Binary | 11110101 | 10110001 | 1000001 | 0 | 11100 | 1001001 | 100 | 100101 | 1011010 | 111101 |
Color Harmonies of #F5B141
Complementary color
Monochromatic Colors of #F5B141
Black with #F5B141
Text Example
Text Example
White with #F5B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B141; }
p { color: rgb(245,177,65); }
H1.HeaderClassName
{
color: #F5B141;
}
.AnyTagClassName
{
color: #F5B141;
}
</style>
background-color css
<style>
a { background-color: #F5B141; }
a { background-color: rgb(245,177,65); }
div.DivClassName
{
background-color: #F5B141;
}
.BgClassName
{
background-color: #F5B141;
}
</style>
border-color css
<style>
span { border-color: #F5B141; }
span { border-color: rgb(245,177,65); }
td.TdClassName
{
border-color: #F5B141;
}
.TagClassName
{
border-color: #F5B141;
}
</style>