Shades of My Sin #FFAB49
Tints of My Sin #FFAB49
RGB
CMYK
RGB Variations
Color information
#FFAB49 (or 0xFFAB49) is known color: My Sin. HEX triplet: FF, AB and 49. RGB value is (255,171,73). Sum of RGB (Red+Green+Blue) = 255+171+73=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB49 is #0054B6. Grayscale: #B9B9B9. Windows color (decimal): -21687 or 4828159. OLE color: 4828159.
HSL color Cylindrical-coordinate representation of color #FFAB49: hue angle of 32.31º 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 #FFAB49 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 73 | - |
| CMYK | 0 | 0.33 | 0.71 | 0 |
| HSL | 32.31º | 1% | 0.64% | - |
| HSV(B) | 32.31º | 0.71% | 1% | - |
| XYZ | 57.01 | 50.87 | 13.12 | - |
| YUV | 184.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 73 | 0 | 0.33 | 0.71 | 0 | 32.31 | 1 | 0.64 |
| Hex | FF | AB | 49 | 0 | 21 | 47 | 0 | 20 | 64 | 40 |
| Octal | 377 | 253 | 111 | 0 | 41 | 107 | 0 | 40 | 144 | 100 |
| Binary | 11111111 | 10101011 | 1001001 | 0 | 100001 | 1000111 | 0 | 100000 | 1100100 | 1000000 |
Color Harmonies of #FFAB49
Complementary color
Monochromatic Colors of #FFAB49
Black with #FFAB49
Text Example
Text Example
White with #FFAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB49; }
p { color: rgb(255,171,73); }
H1.HeaderClassName
{
color: #FFAB49;
}
.AnyTagClassName
{
color: #FFAB49;
}
</style>
background-color css
<style>
a { background-color: #FFAB49; }
a { background-color: rgb(255,171,73); }
div.DivClassName
{
background-color: #FFAB49;
}
.BgClassName
{
background-color: #FFAB49;
}
</style>
border-color css
<style>
span { border-color: #FFAB49; }
span { border-color: rgb(255,171,73); }
td.TdClassName
{
border-color: #FFAB49;
}
.TagClassName
{
border-color: #FFAB49;
}
</style>