Shades of My Sin #FFB747
Tints of My Sin #FFB747
RGB
CMYK
RGB Variations
Color information
#FFB747 (or 0xFFB747) is known color: My Sin. HEX triplet: FF, B7 and 47. RGB value is (255,183,71). Sum of RGB (Red+Green+Blue) = 255+183+71=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB747 is #0048B8. Grayscale: #C0C0C0. Windows color (decimal): -18617 or 4700159. OLE color: 4700159.
HSL color Cylindrical-coordinate representation of color #FFB747: hue angle of 36.52º 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 #FFB747 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 71 | - |
| CMYK | 0 | 0.28 | 0.72 | 0 |
| HSL | 36.52º | 1% | 0.64% | - |
| HSV(B) | 36.52º | 0.72% | 1% | - |
| XYZ | 59.31 | 55.58 | 13.56 | - |
| YUV | 191.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 71 | 0 | 0.28 | 0.72 | 0 | 36.52 | 1 | 0.64 |
| Hex | FF | B7 | 47 | 0 | 1C | 48 | 0 | 25 | 64 | 40 |
| Octal | 377 | 267 | 107 | 0 | 34 | 110 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10110111 | 1000111 | 0 | 11100 | 1001000 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB747
Complementary color
Monochromatic Colors of #FFB747
Black with #FFB747
Text Example
Text Example
White with #FFB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB747; }
p { color: rgb(255,183,71); }
H1.HeaderClassName
{
color: #FFB747;
}
.AnyTagClassName
{
color: #FFB747;
}
</style>
background-color css
<style>
a { background-color: #FFB747; }
a { background-color: rgb(255,183,71); }
div.DivClassName
{
background-color: #FFB747;
}
.BgClassName
{
background-color: #FFB747;
}
</style>
border-color css
<style>
span { border-color: #FFB747; }
span { border-color: rgb(255,183,71); }
td.TdClassName
{
border-color: #FFB747;
}
.TagClassName
{
border-color: #FFB747;
}
</style>