Shades of My Sin #F5B441
Tints of My Sin #F5B441
RGB
CMYK
RGB Variations
Color information
#F5B441 (or 0xF5B441) is known color: My Sin. HEX triplet: F5, B4 and 41. RGB value is (245,180,65). Sum of RGB (Red+Green+Blue) = 245+180+65=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B441 is #0A4BBE. Grayscale: #BABABA. Windows color (decimal): -674751 or 4306165. OLE color: 4306165.
HSL color Cylindrical-coordinate representation of color #F5B441: hue angle of 38.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 #F5B441 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 65 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.04 |
| HSL | 38.33º | 0.9% | 0.61% | - |
| HSV(B) | 38.33º | 0.73% | 0.96% | - |
| XYZ | 54.93 | 52.44 | 12.23 | - |
| YUV | 186.33 | 59.53 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 65 | 0 | 0.27 | 0.73 | 0.04 | 38.33 | 0.9 | 0.61 |
| Hex | F5 | B4 | 41 | 0 | 1B | 49 | 4 | 26 | 5A | 3D |
| Octal | 365 | 264 | 101 | 0 | 33 | 111 | 4 | 46 | 132 | 75 |
| Binary | 11110101 | 10110100 | 1000001 | 0 | 11011 | 1001001 | 100 | 100110 | 1011010 | 111101 |
Color Harmonies of #F5B441
Complementary color
Monochromatic Colors of #F5B441
Black with #F5B441
Text Example
Text Example
White with #F5B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B441; }
p { color: rgb(245,180,65); }
H1.HeaderClassName
{
color: #F5B441;
}
.AnyTagClassName
{
color: #F5B441;
}
</style>
background-color css
<style>
a { background-color: #F5B441; }
a { background-color: rgb(245,180,65); }
div.DivClassName
{
background-color: #F5B441;
}
.BgClassName
{
background-color: #F5B441;
}
</style>
border-color css
<style>
span { border-color: #F5B441; }
span { border-color: rgb(245,180,65); }
td.TdClassName
{
border-color: #F5B441;
}
.TagClassName
{
border-color: #F5B441;
}
</style>