Shades of My Sin #FFB449
Tints of My Sin #FFB449
RGB
CMYK
RGB Variations
Color information
#FFB449 (or 0xFFB449) is known color: My Sin. HEX triplet: FF, B4 and 49. RGB value is (255,180,73). Sum of RGB (Red+Green+Blue) = 255+180+73=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB449 is #004BB6. Grayscale: #BEBEBE. Windows color (decimal): -19383 or 4830463. OLE color: 4830463.
HSL color Cylindrical-coordinate representation of color #FFB449: hue angle of 35.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFB449 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 73 | - |
| CMYK | 0 | 0.29 | 0.71 | 0 |
| HSL | 35.27º | 1% | 0.64% | - |
| HSV(B) | 35.27º | 0.71% | 1% | - |
| XYZ | 58.76 | 54.38 | 13.7 | - |
| YUV | 190.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 73 | 0 | 0.29 | 0.71 | 0 | 35.27 | 1 | 0.64 |
| Hex | FF | B4 | 49 | 0 | 1D | 47 | 0 | 23 | 64 | 40 |
| Octal | 377 | 264 | 111 | 0 | 35 | 107 | 0 | 43 | 144 | 100 |
| Binary | 11111111 | 10110100 | 1001001 | 0 | 11101 | 1000111 | 0 | 100011 | 1100100 | 1000000 |
Color Harmonies of #FFB449
Complementary color
Monochromatic Colors of #FFB449
Black with #FFB449
Text Example
Text Example
White with #FFB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB449; }
p { color: rgb(255,180,73); }
H1.HeaderClassName
{
color: #FFB449;
}
.AnyTagClassName
{
color: #FFB449;
}
</style>
background-color css
<style>
a { background-color: #FFB449; }
a { background-color: rgb(255,180,73); }
div.DivClassName
{
background-color: #FFB449;
}
.BgClassName
{
background-color: #FFB449;
}
</style>
border-color css
<style>
span { border-color: #FFB449; }
span { border-color: rgb(255,180,73); }
td.TdClassName
{
border-color: #FFB449;
}
.TagClassName
{
border-color: #FFB449;
}
</style>