Shades of My Sin #FFB147
Tints of My Sin #FFB147
RGB
CMYK
RGB Variations
Color information
#FFB147 (or 0xFFB147) is known color: My Sin. HEX triplet: FF, B1 and 47. RGB value is (255,177,71). Sum of RGB (Red+Green+Blue) = 255+177+71=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB147 is #004EB8. Grayscale: #BCBCBC. Windows color (decimal): -20153 or 4698623. OLE color: 4698623.
HSL color Cylindrical-coordinate representation of color #FFB147: hue angle of 34.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFB147 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 71 | - |
| CMYK | 0 | 0.31 | 0.72 | 0 |
| HSL | 34.57º | 1% | 0.64% | - |
| HSV(B) | 34.57º | 0.72% | 1% | - |
| XYZ | 58.1 | 53.16 | 13.16 | - |
| YUV | 188.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 71 | 0 | 0.31 | 0.72 | 0 | 34.57 | 1 | 0.64 |
| Hex | FF | B1 | 47 | 0 | 1F | 48 | 0 | 23 | 64 | 40 |
| Octal | 377 | 261 | 107 | 0 | 37 | 110 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110001 | 1000111 | 0 | 11111 | 1001000 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB147
Complementary color
Monochromatic Colors of #FFB147
Black with #FFB147
Text Example
Text Example
White with #FFB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB147; }
p { color: rgb(255,177,71); }
H1.HeaderClassName
{
color: #FFB147;
}
.AnyTagClassName
{
color: #FFB147;
}
</style>
background-color css
<style>
a { background-color: #FFB147; }
a { background-color: rgb(255,177,71); }
div.DivClassName
{
background-color: #FFB147;
}
.BgClassName
{
background-color: #FFB147;
}
</style>
border-color css
<style>
span { border-color: #FFB147; }
span { border-color: rgb(255,177,71); }
td.TdClassName
{
border-color: #FFB147;
}
.TagClassName
{
border-color: #FFB147;
}
</style>