Shades of My Sin #FFB146
Tints of My Sin #FFB146
RGB
CMYK
RGB Variations
Color information
#FFB146 (or 0xFFB146) is known color: My Sin. HEX triplet: FF, B1 and 46. RGB value is (255,177,70). Sum of RGB (Red+Green+Blue) = 255+177+70=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB146 is #004EB9. Grayscale: #BCBCBC. Windows color (decimal): -20154 or 4633087. OLE color: 4633087.
HSL color Cylindrical-coordinate representation of color #FFB146: hue angle of 34.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFB146 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 70 | - |
| CMYK | 0 | 0.31 | 0.73 | 0 |
| HSL | 34.7º | 1% | 0.64% | - |
| HSV(B) | 34.7º | 0.73% | 1% | - |
| XYZ | 58.07 | 53.15 | 12.99 | - |
| YUV | 188.12 | 61.34 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 70 | 0 | 0.31 | 0.73 | 0 | 34.7 | 1 | 0.64 |
| Hex | FF | B1 | 46 | 0 | 1F | 49 | 0 | 23 | 64 | 40 |
| Octal | 377 | 261 | 106 | 0 | 37 | 111 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110001 | 1000110 | 0 | 11111 | 1001001 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB146
Complementary color
Monochromatic Colors of #FFB146
Black with #FFB146
Text Example
Text Example
White with #FFB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB146; }
p { color: rgb(255,177,70); }
H1.HeaderClassName
{
color: #FFB146;
}
.AnyTagClassName
{
color: #FFB146;
}
</style>
background-color css
<style>
a { background-color: #FFB146; }
a { background-color: rgb(255,177,70); }
div.DivClassName
{
background-color: #FFB146;
}
.BgClassName
{
background-color: #FFB146;
}
</style>
border-color css
<style>
span { border-color: #FFB146; }
span { border-color: rgb(255,177,70); }
td.TdClassName
{
border-color: #FFB146;
}
.TagClassName
{
border-color: #FFB146;
}
</style>