Shades of My Sin #FFBA46
Tints of My Sin #FFBA46
RGB
CMYK
RGB Variations
Color information
#FFBA46 (or 0xFFBA46) is known color: My Sin. HEX triplet: FF, BA and 46. RGB value is (255,186,70). Sum of RGB (Red+Green+Blue) = 255+186+70=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA46 is #0045B9. Grayscale: #C1C1C1. Windows color (decimal): -17850 or 4635391. OLE color: 4635391.
HSL color Cylindrical-coordinate representation of color #FFBA46: hue angle of 37.62º 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 #FFBA46 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 70 | - |
| CMYK | 0 | 0.27 | 0.73 | 0 |
| HSL | 37.62º | 1% | 0.64% | - |
| HSV(B) | 37.62º | 0.73% | 1% | - |
| XYZ | 59.9 | 56.82 | 13.6 | - |
| YUV | 193.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 70 | 0 | 0.27 | 0.73 | 0 | 37.62 | 1 | 0.64 |
| Hex | FF | BA | 46 | 0 | 1B | 49 | 0 | 26 | 64 | 40 |
| Octal | 377 | 272 | 106 | 0 | 33 | 111 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111010 | 1000110 | 0 | 11011 | 1001001 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBA46
Complementary color
Monochromatic Colors of #FFBA46
Black with #FFBA46
Text Example
Text Example
White with #FFBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA46; }
p { color: rgb(255,186,70); }
H1.HeaderClassName
{
color: #FFBA46;
}
.AnyTagClassName
{
color: #FFBA46;
}
</style>
background-color css
<style>
a { background-color: #FFBA46; }
a { background-color: rgb(255,186,70); }
div.DivClassName
{
background-color: #FFBA46;
}
.BgClassName
{
background-color: #FFBA46;
}
</style>
border-color css
<style>
span { border-color: #FFBA46; }
span { border-color: rgb(255,186,70); }
td.TdClassName
{
border-color: #FFBA46;
}
.TagClassName
{
border-color: #FFBA46;
}
</style>