Shades of My Sin #FFB746
Tints of My Sin #FFB746
RGB
CMYK
RGB Variations
Color information
#FFB746 (or 0xFFB746) is known color: My Sin. HEX triplet: FF, B7 and 46. RGB value is (255,183,70). Sum of RGB (Red+Green+Blue) = 255+183+70=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB746 is #0048B9. Grayscale: #C0C0C0. Windows color (decimal): -18618 or 4634623. OLE color: 4634623.
HSL color Cylindrical-coordinate representation of color #FFB746: hue angle of 36.65º 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 #FFB746 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 70 | - |
| CMYK | 0 | 0.28 | 0.73 | 0 |
| HSL | 36.65º | 1% | 0.64% | - |
| HSV(B) | 36.65º | 0.73% | 1% | - |
| XYZ | 59.28 | 55.57 | 13.4 | - |
| YUV | 191.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 70 | 0 | 0.28 | 0.73 | 0 | 36.65 | 1 | 0.64 |
| Hex | FF | B7 | 46 | 0 | 1C | 49 | 0 | 25 | 64 | 40 |
| Octal | 377 | 267 | 106 | 0 | 34 | 111 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10110111 | 1000110 | 0 | 11100 | 1001001 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB746
Complementary color
Monochromatic Colors of #FFB746
Black with #FFB746
Text Example
Text Example
White with #FFB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB746; }
p { color: rgb(255,183,70); }
H1.HeaderClassName
{
color: #FFB746;
}
.AnyTagClassName
{
color: #FFB746;
}
</style>
background-color css
<style>
a { background-color: #FFB746; }
a { background-color: rgb(255,183,70); }
div.DivClassName
{
background-color: #FFB746;
}
.BgClassName
{
background-color: #FFB746;
}
</style>
border-color css
<style>
span { border-color: #FFB746; }
span { border-color: rgb(255,183,70); }
td.TdClassName
{
border-color: #FFB746;
}
.TagClassName
{
border-color: #FFB746;
}
</style>