Shades of My Sin #FFAB46
Tints of My Sin #FFAB46
RGB
CMYK
RGB Variations
Color information
#FFAB46 (or 0xFFAB46) is known color: My Sin. HEX triplet: FF, AB and 46. RGB value is (255,171,70). Sum of RGB (Red+Green+Blue) = 255+171+70=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB46 is #0054B9. Grayscale: #B9B9B9. Windows color (decimal): -21690 or 4631551. OLE color: 4631551.
HSL color Cylindrical-coordinate representation of color #FFAB46: hue angle of 32.76º 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 #FFAB46 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 70 | - |
| CMYK | 0 | 0.33 | 0.73 | 0 |
| HSL | 32.76º | 1% | 0.64% | - |
| HSV(B) | 32.76º | 0.73% | 1% | - |
| XYZ | 56.91 | 50.83 | 12.61 | - |
| YUV | 184.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 70 | 0 | 0.33 | 0.73 | 0 | 32.76 | 1 | 0.64 |
| Hex | FF | AB | 46 | 0 | 21 | 49 | 0 | 21 | 64 | 40 |
| Octal | 377 | 253 | 106 | 0 | 41 | 111 | 0 | 41 | 144 | 100 |
| Binary | 11111111 | 10101011 | 1000110 | 0 | 100001 | 1001001 | 0 | 100001 | 1100100 | 1000000 |
Color Harmonies of #FFAB46
Complementary color
Monochromatic Colors of #FFAB46
Black with #FFAB46
Text Example
Text Example
White with #FFAB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB46; }
p { color: rgb(255,171,70); }
H1.HeaderClassName
{
color: #FFAB46;
}
.AnyTagClassName
{
color: #FFAB46;
}
</style>
background-color css
<style>
a { background-color: #FFAB46; }
a { background-color: rgb(255,171,70); }
div.DivClassName
{
background-color: #FFAB46;
}
.BgClassName
{
background-color: #FFAB46;
}
</style>
border-color css
<style>
span { border-color: #FFAB46; }
span { border-color: rgb(255,171,70); }
td.TdClassName
{
border-color: #FFAB46;
}
.TagClassName
{
border-color: #FFAB46;
}
</style>