Shades of My Sin #FFB946
Tints of My Sin #FFB946
RGB
CMYK
RGB Variations
Color information
#FFB946 (or 0xFFB946) is known color: My Sin. HEX triplet: FF, B9 and 46. RGB value is (255,185,70). Sum of RGB (Red+Green+Blue) = 255+185+70=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB946 is #0046B9. Grayscale: #C1C1C1. Windows color (decimal): -18106 or 4635135. OLE color: 4635135.
HSL color Cylindrical-coordinate representation of color #FFB946: hue angle of 37.3º 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 #FFB946 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 70 | - |
| CMYK | 0 | 0.27 | 0.73 | 0 |
| HSL | 37.3º | 1% | 0.64% | - |
| HSV(B) | 37.3º | 0.73% | 1% | - |
| XYZ | 59.69 | 56.4 | 13.53 | - |
| YUV | 192.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 70 | 0 | 0.27 | 0.73 | 0 | 37.3 | 1 | 0.64 |
| Hex | FF | B9 | 46 | 0 | 1B | 49 | 0 | 25 | 64 | 40 |
| Octal | 377 | 271 | 106 | 0 | 33 | 111 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10111001 | 1000110 | 0 | 11011 | 1001001 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB946
Complementary color
Monochromatic Colors of #FFB946
Black with #FFB946
Text Example
Text Example
White with #FFB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB946; }
p { color: rgb(255,185,70); }
H1.HeaderClassName
{
color: #FFB946;
}
.AnyTagClassName
{
color: #FFB946;
}
</style>
background-color css
<style>
a { background-color: #FFB946; }
a { background-color: rgb(255,185,70); }
div.DivClassName
{
background-color: #FFB946;
}
.BgClassName
{
background-color: #FFB946;
}
</style>
border-color css
<style>
span { border-color: #FFB946; }
span { border-color: rgb(255,185,70); }
td.TdClassName
{
border-color: #FFB946;
}
.TagClassName
{
border-color: #FFB946;
}
</style>