Shades of My Sin #FEAB49
Tints of My Sin #FEAB49
RGB
CMYK
RGB Variations
Color information
#FEAB49 (or 0xFEAB49) is known color: My Sin. HEX triplet: FE, AB and 49. RGB value is (254,171,73). Sum of RGB (Red+Green+Blue) = 254+171+73=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB49 is #0154B6. Grayscale: #B9B9B9. Windows color (decimal): -87223 or 4828158. OLE color: 4828158.
HSL color Cylindrical-coordinate representation of color #FEAB49: hue angle of 32.49º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEAB49 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 73 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.00 |
| HSL | 32.49º | 0.99% | 0.64% | - |
| HSV(B) | 32.49º | 0.71% | 1% | - |
| XYZ | 56.64 | 50.68 | 13.1 | - |
| YUV | 184.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 73 | 0 | 0.33 | 0.71 | 0.00 | 32.49 | 0.99 | 0.64 |
| Hex | FE | AB | 49 | 0 | 21 | 47 | 0 | 20 | 63 | 40 |
| Octal | 376 | 253 | 111 | 0 | 41 | 107 | 0 | 40 | 143 | 100 |
| Binary | 11111110 | 10101011 | 1001001 | 0 | 100001 | 1000111 | 0 | 100000 | 1100011 | 1000000 |
Color Harmonies of #FEAB49
Complementary color
Monochromatic Colors of #FEAB49
Black with #FEAB49
Text Example
Text Example
White with #FEAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB49; }
p { color: rgb(254,171,73); }
H1.HeaderClassName
{
color: #FEAB49;
}
.AnyTagClassName
{
color: #FEAB49;
}
</style>
background-color css
<style>
a { background-color: #FEAB49; }
a { background-color: rgb(254,171,73); }
div.DivClassName
{
background-color: #FEAB49;
}
.BgClassName
{
background-color: #FEAB49;
}
</style>
border-color css
<style>
span { border-color: #FEAB49; }
span { border-color: rgb(254,171,73); }
td.TdClassName
{
border-color: #FEAB49;
}
.TagClassName
{
border-color: #FEAB49;
}
</style>