Shades of My Sin #FFB646
Tints of My Sin #FFB646
RGB
CMYK
RGB Variations
Color information
#FFB646 (or 0xFFB646) is known color: My Sin. HEX triplet: FF, B6 and 46. RGB value is (255,182,70). Sum of RGB (Red+Green+Blue) = 255+182+70=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB646 is #0049B9. Grayscale: #BFBFBF. Windows color (decimal): -18874 or 4634367. OLE color: 4634367.
HSL color Cylindrical-coordinate representation of color #FFB646: hue angle of 36.32º 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 #FFB646 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 70 | - |
| CMYK | 0 | 0.29 | 0.73 | 0 |
| HSL | 36.32º | 1% | 0.64% | - |
| HSV(B) | 36.32º | 0.73% | 1% | - |
| XYZ | 59.07 | 55.16 | 13.33 | - |
| YUV | 191.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 70 | 0 | 0.29 | 0.73 | 0 | 36.32 | 1 | 0.64 |
| Hex | FF | B6 | 46 | 0 | 1D | 49 | 0 | 24 | 64 | 40 |
| Octal | 377 | 266 | 106 | 0 | 35 | 111 | 0 | 44 | 144 | 100 |
| Binary | 11111111 | 10110110 | 1000110 | 0 | 11101 | 1001001 | 0 | 100100 | 1100100 | 1000000 |
Color Harmonies of #FFB646
Complementary color
Monochromatic Colors of #FFB646
Black with #FFB646
Text Example
Text Example
White with #FFB646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB646; }
p { color: rgb(255,182,70); }
H1.HeaderClassName
{
color: #FFB646;
}
.AnyTagClassName
{
color: #FFB646;
}
</style>
background-color css
<style>
a { background-color: #FFB646; }
a { background-color: rgb(255,182,70); }
div.DivClassName
{
background-color: #FFB646;
}
.BgClassName
{
background-color: #FFB646;
}
</style>
border-color css
<style>
span { border-color: #FFB646; }
span { border-color: rgb(255,182,70); }
td.TdClassName
{
border-color: #FFB646;
}
.TagClassName
{
border-color: #FFB646;
}
</style>