Shades of My Sin #FFB748
Tints of My Sin #FFB748
RGB
CMYK
RGB Variations
Color information
#FFB748 (or 0xFFB748) is known color: My Sin. HEX triplet: FF, B7 and 48. RGB value is (255,183,72). Sum of RGB (Red+Green+Blue) = 255+183+72=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB748 is #0048B7. Grayscale: #C0C0C0. Windows color (decimal): -18616 or 4765695. OLE color: 4765695.
HSL color Cylindrical-coordinate representation of color #FFB748: hue angle of 36.39º 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 #FFB748 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 72 | - |
| CMYK | 0 | 0.28 | 0.72 | 0 |
| HSL | 36.39º | 1% | 0.64% | - |
| HSV(B) | 36.39º | 0.72% | 1% | - |
| XYZ | 59.34 | 55.59 | 13.73 | - |
| YUV | 191.87 | 60.35 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 72 | 0 | 0.28 | 0.72 | 0 | 36.39 | 1 | 0.64 |
| Hex | FF | B7 | 48 | 0 | 1C | 48 | 0 | 24 | 64 | 40 |
| Octal | 377 | 267 | 110 | 0 | 34 | 110 | 0 | 44 | 144 | 100 |
| Binary | 11111111 | 10110111 | 1001000 | 0 | 11100 | 1001000 | 0 | 100100 | 1100100 | 1000000 |
Color Harmonies of #FFB748
Complementary color
Monochromatic Colors of #FFB748
Black with #FFB748
Text Example
Text Example
White with #FFB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB748; }
p { color: rgb(255,183,72); }
H1.HeaderClassName
{
color: #FFB748;
}
.AnyTagClassName
{
color: #FFB748;
}
</style>
background-color css
<style>
a { background-color: #FFB748; }
a { background-color: rgb(255,183,72); }
div.DivClassName
{
background-color: #FFB748;
}
.BgClassName
{
background-color: #FFB748;
}
</style>
border-color css
<style>
span { border-color: #FFB748; }
span { border-color: rgb(255,183,72); }
td.TdClassName
{
border-color: #FFB748;
}
.TagClassName
{
border-color: #FFB748;
}
</style>