Shades of My Sin #FEA846
Tints of My Sin #FEA846
RGB
CMYK
RGB Variations
Color information
#FEA846 (or 0xFEA846) is known color: My Sin. HEX triplet: FE, A8 and 46. RGB value is (254,168,70). Sum of RGB (Red+Green+Blue) = 254+168+70=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA846 is #0157B9. Grayscale: #B7B7B7. Windows color (decimal): -87994 or 4630782. OLE color: 4630782.
HSL color Cylindrical-coordinate representation of color #FEA846: hue angle of 31.96º 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 #FEA846 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 70 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.00 |
| HSL | 31.96º | 0.99% | 0.64% | - |
| HSV(B) | 31.96º | 0.72% | 1% | - |
| XYZ | 55.98 | 49.52 | 12.4 | - |
| YUV | 182.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 70 | 0 | 0.34 | 0.72 | 0.00 | 31.96 | 0.99 | 0.64 |
| Hex | FE | A8 | 46 | 0 | 22 | 48 | 0 | 20 | 63 | 40 |
| Octal | 376 | 250 | 106 | 0 | 42 | 110 | 0 | 40 | 143 | 100 |
| Binary | 11111110 | 10101000 | 1000110 | 0 | 100010 | 1001000 | 0 | 100000 | 1100011 | 1000000 |
Color Harmonies of #FEA846
Complementary color
Monochromatic Colors of #FEA846
Black with #FEA846
Text Example
Text Example
White with #FEA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA846; }
p { color: rgb(254,168,70); }
H1.HeaderClassName
{
color: #FEA846;
}
.AnyTagClassName
{
color: #FEA846;
}
</style>
background-color css
<style>
a { background-color: #FEA846; }
a { background-color: rgb(254,168,70); }
div.DivClassName
{
background-color: #FEA846;
}
.BgClassName
{
background-color: #FEA846;
}
</style>
border-color css
<style>
span { border-color: #FEA846; }
span { border-color: rgb(254,168,70); }
td.TdClassName
{
border-color: #FEA846;
}
.TagClassName
{
border-color: #FEA846;
}
</style>