Shades of My Sin #F5B444
Tints of My Sin #F5B444
RGB
CMYK
RGB Variations
Color information
#F5B444 (or 0xF5B444) is known color: My Sin. HEX triplet: F5, B4 and 44. RGB value is (245,180,68). Sum of RGB (Red+Green+Blue) = 245+180+68=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B444 is #0A4BBB. Grayscale: #BBBBBB. Windows color (decimal): -674748 or 4502773. OLE color: 4502773.
HSL color Cylindrical-coordinate representation of color #F5B444: hue angle of 37.97º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5B444 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 68 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.04 |
| HSL | 37.97º | 0.9% | 0.61% | - |
| HSV(B) | 37.97º | 0.72% | 0.96% | - |
| XYZ | 55.02 | 52.47 | 12.7 | - |
| YUV | 186.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 68 | 0 | 0.27 | 0.72 | 0.04 | 37.97 | 0.9 | 0.61 |
| Hex | F5 | B4 | 44 | 0 | 1B | 48 | 4 | 26 | 5A | 3D |
| Octal | 365 | 264 | 104 | 0 | 33 | 110 | 4 | 46 | 132 | 75 |
| Binary | 11110101 | 10110100 | 1000100 | 0 | 11011 | 1001000 | 100 | 100110 | 1011010 | 111101 |
Color Harmonies of #F5B444
Complementary color
Monochromatic Colors of #F5B444
Black with #F5B444
Text Example
Text Example
White with #F5B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B444; }
p { color: rgb(245,180,68); }
H1.HeaderClassName
{
color: #F5B444;
}
.AnyTagClassName
{
color: #F5B444;
}
</style>
background-color css
<style>
a { background-color: #F5B444; }
a { background-color: rgb(245,180,68); }
div.DivClassName
{
background-color: #F5B444;
}
.BgClassName
{
background-color: #F5B444;
}
</style>
border-color css
<style>
span { border-color: #F5B444; }
span { border-color: rgb(245,180,68); }
td.TdClassName
{
border-color: #F5B444;
}
.TagClassName
{
border-color: #F5B444;
}
</style>