Shades of My Sin #FFAB48
Tints of My Sin #FFAB48
RGB
CMYK
RGB Variations
Color information
#FFAB48 (or 0xFFAB48) is known color: My Sin. HEX triplet: FF, AB and 48. RGB value is (255,171,72). Sum of RGB (Red+Green+Blue) = 255+171+72=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB48 is #0054B7. Grayscale: #B9B9B9. Windows color (decimal): -21688 or 4762623. OLE color: 4762623.
HSL color Cylindrical-coordinate representation of color #FFAB48: hue angle of 32.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFAB48 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 72 | - |
| CMYK | 0 | 0.33 | 0.72 | 0 |
| HSL | 32.46º | 1% | 0.64% | - |
| HSV(B) | 32.46º | 0.72% | 1% | - |
| XYZ | 56.97 | 50.85 | 12.94 | - |
| YUV | 184.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 72 | 0 | 0.33 | 0.72 | 0 | 32.46 | 1 | 0.64 |
| Hex | FF | AB | 48 | 0 | 21 | 48 | 0 | 20 | 64 | 40 |
| Octal | 377 | 253 | 110 | 0 | 41 | 110 | 0 | 40 | 144 | 100 |
| Binary | 11111111 | 10101011 | 1001000 | 0 | 100001 | 1001000 | 0 | 100000 | 1100100 | 1000000 |
Color Harmonies of #FFAB48
Complementary color
Monochromatic Colors of #FFAB48
Black with #FFAB48
Text Example
Text Example
White with #FFAB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB48; }
p { color: rgb(255,171,72); }
H1.HeaderClassName
{
color: #FFAB48;
}
.AnyTagClassName
{
color: #FFAB48;
}
</style>
background-color css
<style>
a { background-color: #FFAB48; }
a { background-color: rgb(255,171,72); }
div.DivClassName
{
background-color: #FFAB48;
}
.BgClassName
{
background-color: #FFAB48;
}
</style>
border-color css
<style>
span { border-color: #FFAB48; }
span { border-color: rgb(255,171,72); }
td.TdClassName
{
border-color: #FFAB48;
}
.TagClassName
{
border-color: #FFAB48;
}
</style>