Shades of My Sin #FFB745
Tints of My Sin #FFB745
RGB
CMYK
RGB Variations
Color information
#FFB745 (or 0xFFB745) is known color: My Sin. HEX triplet: FF, B7 and 45. RGB value is (255,183,69). Sum of RGB (Red+Green+Blue) = 255+183+69=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB745 is #0048BA. Grayscale: #C0C0C0. Windows color (decimal): -18619 or 4569087. OLE color: 4569087.
HSL color Cylindrical-coordinate representation of color #FFB745: hue angle of 36.77º 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 #FFB745 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 69 | - |
| CMYK | 0 | 0.28 | 0.73 | 0 |
| HSL | 36.77º | 1% | 0.64% | - |
| HSV(B) | 36.77º | 0.73% | 1% | - |
| XYZ | 59.25 | 55.56 | 13.23 | - |
| YUV | 191.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 69 | 0 | 0.28 | 0.73 | 0 | 36.77 | 1 | 0.64 |
| Hex | FF | B7 | 45 | 0 | 1C | 49 | 0 | 25 | 64 | 40 |
| Octal | 377 | 267 | 105 | 0 | 34 | 111 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10110111 | 1000101 | 0 | 11100 | 1001001 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB745
Complementary color
Monochromatic Colors of #FFB745
Black with #FFB745
Text Example
Text Example
White with #FFB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB745; }
p { color: rgb(255,183,69); }
H1.HeaderClassName
{
color: #FFB745;
}
.AnyTagClassName
{
color: #FFB745;
}
</style>
background-color css
<style>
a { background-color: #FFB745; }
a { background-color: rgb(255,183,69); }
div.DivClassName
{
background-color: #FFB745;
}
.BgClassName
{
background-color: #FFB745;
}
</style>
border-color css
<style>
span { border-color: #FFB745; }
span { border-color: rgb(255,183,69); }
td.TdClassName
{
border-color: #FFB745;
}
.TagClassName
{
border-color: #FFB745;
}
</style>