Shades of My Sin #F6B144
Tints of My Sin #F6B144
RGB
CMYK
RGB Variations
Color information
#F6B144 (or 0xF6B144) is known color: My Sin. HEX triplet: F6, B1 and 44. RGB value is (246,177,68). Sum of RGB (Red+Green+Blue) = 246+177+68=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B144 is #094EBB. Grayscale: #B9B9B9. Windows color (decimal): -609980 or 4502006. OLE color: 4502006.
HSL color Cylindrical-coordinate representation of color #F6B144: hue angle of 36.74º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6B144 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 68 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.04 |
| HSL | 36.74º | 0.91% | 0.62% | - |
| HSV(B) | 36.74º | 0.72% | 0.96% | - |
| XYZ | 54.77 | 51.45 | 12.51 | - |
| YUV | 185.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 68 | 0 | 0.28 | 0.72 | 0.04 | 36.74 | 0.91 | 0.62 |
| Hex | F6 | B1 | 44 | 0 | 1C | 48 | 4 | 25 | 5B | 3E |
| Octal | 366 | 261 | 104 | 0 | 34 | 110 | 4 | 45 | 133 | 76 |
| Binary | 11110110 | 10110001 | 1000100 | 0 | 11100 | 1001000 | 100 | 100101 | 1011011 | 111110 |
Color Harmonies of #F6B144
Complementary color
Monochromatic Colors of #F6B144
Black with #F6B144
Text Example
Text Example
White with #F6B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B144; }
p { color: rgb(246,177,68); }
H1.HeaderClassName
{
color: #F6B144;
}
.AnyTagClassName
{
color: #F6B144;
}
</style>
background-color css
<style>
a { background-color: #F6B144; }
a { background-color: rgb(246,177,68); }
div.DivClassName
{
background-color: #F6B144;
}
.BgClassName
{
background-color: #F6B144;
}
</style>
border-color css
<style>
span { border-color: #F6B144; }
span { border-color: rgb(246,177,68); }
td.TdClassName
{
border-color: #F6B144;
}
.TagClassName
{
border-color: #F6B144;
}
</style>