Shades of My Sin #FEA647
Tints of My Sin #FEA647
RGB
CMYK
RGB Variations
Color information
#FEA647 (or 0xFEA647) is known color: My Sin. HEX triplet: FE, A6 and 47. RGB value is (254,166,71). Sum of RGB (Red+Green+Blue) = 254+166+71=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA647 is #0159B8. Grayscale: #B5B5B5. Windows color (decimal): -88505 or 4695806. OLE color: 4695806.
HSL color Cylindrical-coordinate representation of color #FEA647: hue angle of 31.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEA647 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 71 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.00 |
| HSL | 31.15º | 0.99% | 0.64% | - |
| HSV(B) | 31.15º | 0.72% | 1% | - |
| XYZ | 55.65 | 48.8 | 12.45 | - |
| YUV | 181.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 71 | 0 | 0.35 | 0.72 | 0.00 | 31.15 | 0.99 | 0.64 |
| Hex | FE | A6 | 47 | 0 | 23 | 48 | 0 | 1F | 63 | 40 |
| Octal | 376 | 246 | 107 | 0 | 43 | 110 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10100110 | 1000111 | 0 | 100011 | 1001000 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA647
Complementary color
Monochromatic Colors of #FEA647
Black with #FEA647
Text Example
Text Example
White with #FEA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA647; }
p { color: rgb(254,166,71); }
H1.HeaderClassName
{
color: #FEA647;
}
.AnyTagClassName
{
color: #FEA647;
}
</style>
background-color css
<style>
a { background-color: #FEA647; }
a { background-color: rgb(254,166,71); }
div.DivClassName
{
background-color: #FEA647;
}
.BgClassName
{
background-color: #FEA647;
}
</style>
border-color css
<style>
span { border-color: #FEA647; }
span { border-color: rgb(254,166,71); }
td.TdClassName
{
border-color: #FEA647;
}
.TagClassName
{
border-color: #FEA647;
}
</style>