Shades of My Sin #FFB945
Tints of My Sin #FFB945
RGB
CMYK
RGB Variations
Color information
#FFB945 (or 0xFFB945) is known color: My Sin. HEX triplet: FF, B9 and 45. RGB value is (255,185,69). Sum of RGB (Red+Green+Blue) = 255+185+69=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB945 is #0046BA. Grayscale: #C1C1C1. Windows color (decimal): -18107 or 4569599. OLE color: 4569599.
HSL color Cylindrical-coordinate representation of color #FFB945: hue angle of 37.42º 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 #FFB945 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 69 | - |
| CMYK | 0 | 0.27 | 0.73 | 0 |
| HSL | 37.42º | 1% | 0.64% | - |
| HSV(B) | 37.42º | 0.73% | 1% | - |
| XYZ | 59.66 | 56.39 | 13.37 | - |
| YUV | 192.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 69 | 0 | 0.27 | 0.73 | 0 | 37.42 | 1 | 0.64 |
| Hex | FF | B9 | 45 | 0 | 1B | 49 | 0 | 25 | 64 | 40 |
| Octal | 377 | 271 | 105 | 0 | 33 | 111 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10111001 | 1000101 | 0 | 11011 | 1001001 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFB945
Complementary color
Monochromatic Colors of #FFB945
Black with #FFB945
Text Example
Text Example
White with #FFB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB945; }
p { color: rgb(255,185,69); }
H1.HeaderClassName
{
color: #FFB945;
}
.AnyTagClassName
{
color: #FFB945;
}
</style>
background-color css
<style>
a { background-color: #FFB945; }
a { background-color: rgb(255,185,69); }
div.DivClassName
{
background-color: #FFB945;
}
.BgClassName
{
background-color: #FFB945;
}
</style>
border-color css
<style>
span { border-color: #FFB945; }
span { border-color: rgb(255,185,69); }
td.TdClassName
{
border-color: #FFB945;
}
.TagClassName
{
border-color: #FFB945;
}
</style>