Shades of My Sin #FFB846
Tints of My Sin #FFB846
RGB
CMYK
RGB Variations
Color information
#FFB846 (or 0xFFB846) is known color: My Sin. HEX triplet: FF, B8 and 46. RGB value is (255,184,70). Sum of RGB (Red+Green+Blue) = 255+184+70=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB846 is #0047B9. Grayscale: #C0C0C0. Windows color (decimal): -18362 or 4634879. OLE color: 4634879.
HSL color Cylindrical-coordinate representation of color #FFB846: hue angle of 36.97º 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 #FFB846 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 70 | - |
| CMYK | 0 | 0.28 | 0.73 | 0 |
| HSL | 36.97º | 1% | 0.64% | - |
| HSV(B) | 36.97º | 0.73% | 1% | - |
| XYZ | 59.49 | 55.98 | 13.46 | - |
| YUV | 192.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 70 | 0 | 0.28 | 0.73 | 0 | 36.97 | 1 | 0.64 |
| Hex | FF | B8 | 46 | 0 | 1C | 49 | 0 | 25 | 64 | 40 |
| Octal | 377 | 270 | 106 | 0 | 34 | 111 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10111000 | 1000110 | 0 | 11100 | 1001001 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB846
Complementary color
Monochromatic Colors of #FFB846
Black with #FFB846
Text Example
Text Example
White with #FFB846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB846; }
p { color: rgb(255,184,70); }
H1.HeaderClassName
{
color: #FFB846;
}
.AnyTagClassName
{
color: #FFB846;
}
</style>
background-color css
<style>
a { background-color: #FFB846; }
a { background-color: rgb(255,184,70); }
div.DivClassName
{
background-color: #FFB846;
}
.BgClassName
{
background-color: #FFB846;
}
</style>
border-color css
<style>
span { border-color: #FFB846; }
span { border-color: rgb(255,184,70); }
td.TdClassName
{
border-color: #FFB846;
}
.TagClassName
{
border-color: #FFB846;
}
</style>