Shades of My Sin #FEA649
Tints of My Sin #FEA649
RGB
CMYK
RGB Variations
Color information
#FEA649 (or 0xFEA649) is known color: My Sin. HEX triplet: FE, A6 and 49. RGB value is (254,166,73). Sum of RGB (Red+Green+Blue) = 254+166+73=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA649 is #0159B6. Grayscale: #B6B6B6. Windows color (decimal): -88503 or 4826878. OLE color: 4826878.
HSL color Cylindrical-coordinate representation of color #FEA649: hue angle of 30.83º 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 #FEA649 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 73 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.00 |
| HSL | 30.83º | 0.99% | 0.64% | - |
| HSV(B) | 30.83º | 0.71% | 1% | - |
| XYZ | 55.71 | 48.82 | 12.79 | - |
| YUV | 181.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 73 | 0 | 0.35 | 0.71 | 0.00 | 30.83 | 0.99 | 0.64 |
| Hex | FE | A6 | 49 | 0 | 23 | 47 | 0 | 1F | 63 | 40 |
| Octal | 376 | 246 | 111 | 0 | 43 | 107 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10100110 | 1001001 | 0 | 100011 | 1000111 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA649
Complementary color
Monochromatic Colors of #FEA649
Black with #FEA649
Text Example
Text Example
White with #FEA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA649; }
p { color: rgb(254,166,73); }
H1.HeaderClassName
{
color: #FEA649;
}
.AnyTagClassName
{
color: #FEA649;
}
</style>
background-color css
<style>
a { background-color: #FEA649; }
a { background-color: rgb(254,166,73); }
div.DivClassName
{
background-color: #FEA649;
}
.BgClassName
{
background-color: #FEA649;
}
</style>
border-color css
<style>
span { border-color: #FEA649; }
span { border-color: rgb(254,166,73); }
td.TdClassName
{
border-color: #FEA649;
}
.TagClassName
{
border-color: #FEA649;
}
</style>