Shades of My Sin #FEA847
Tints of My Sin #FEA847
RGB
CMYK
RGB Variations
Color information
#FEA847 (or 0xFEA847) is known color: My Sin. HEX triplet: FE, A8 and 47. RGB value is (254,168,71). Sum of RGB (Red+Green+Blue) = 254+168+71=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA847 is #0157B8. Grayscale: #B7B7B7. Windows color (decimal): -87993 or 4696318. OLE color: 4696318.
HSL color Cylindrical-coordinate representation of color #FEA847: hue angle of 31.8º 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 #FEA847 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 71 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.00 |
| HSL | 31.8º | 0.99% | 0.64% | - |
| HSV(B) | 31.8º | 0.72% | 1% | - |
| XYZ | 56.01 | 49.53 | 12.57 | - |
| YUV | 182.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 71 | 0 | 0.34 | 0.72 | 0.00 | 31.8 | 0.99 | 0.64 |
| Hex | FE | A8 | 47 | 0 | 22 | 48 | 0 | 20 | 63 | 40 |
| Octal | 376 | 250 | 107 | 0 | 42 | 110 | 0 | 40 | 143 | 100 |
| Binary | 11111110 | 10101000 | 1000111 | 0 | 100010 | 1001000 | 0 | 100000 | 1100011 | 1000000 |
Color Harmonies of #FEA847
Complementary color
Monochromatic Colors of #FEA847
Black with #FEA847
Text Example
Text Example
White with #FEA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA847; }
p { color: rgb(254,168,71); }
H1.HeaderClassName
{
color: #FEA847;
}
.AnyTagClassName
{
color: #FEA847;
}
</style>
background-color css
<style>
a { background-color: #FEA847; }
a { background-color: rgb(254,168,71); }
div.DivClassName
{
background-color: #FEA847;
}
.BgClassName
{
background-color: #FEA847;
}
</style>
border-color css
<style>
span { border-color: #FEA847; }
span { border-color: rgb(254,168,71); }
td.TdClassName
{
border-color: #FEA847;
}
.TagClassName
{
border-color: #FEA847;
}
</style>