Shades of My Sin #FEA644
Tints of My Sin #FEA644
RGB
CMYK
RGB Variations
Color information
#FEA644 (or 0xFEA644) is known color: My Sin. HEX triplet: FE, A6 and 44. RGB value is (254,166,68). Sum of RGB (Red+Green+Blue) = 254+166+68=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA644 is #0159BB. Grayscale: #B5B5B5. Windows color (decimal): -88508 or 4499198. OLE color: 4499198.
HSL color Cylindrical-coordinate representation of color #FEA644: hue angle of 31.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEA644 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 68 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.00 |
| HSL | 31.61º | 0.99% | 0.63% | - |
| HSV(B) | 31.61º | 0.73% | 1% | - |
| XYZ | 55.55 | 48.76 | 11.95 | - |
| YUV | 181.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 68 | 0 | 0.35 | 0.73 | 0.00 | 31.61 | 0.99 | 0.63 |
| Hex | FE | A6 | 44 | 0 | 23 | 49 | 0 | 20 | 63 | 3F |
| Octal | 376 | 246 | 104 | 0 | 43 | 111 | 0 | 40 | 143 | 77 |
| Binary | 11111110 | 10100110 | 1000100 | 0 | 100011 | 1001001 | 0 | 100000 | 1100011 | 111111 |
Color Harmonies of #FEA644
Complementary color
Monochromatic Colors of #FEA644
Black with #FEA644
Text Example
Text Example
White with #FEA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA644; }
p { color: rgb(254,166,68); }
H1.HeaderClassName
{
color: #FEA644;
}
.AnyTagClassName
{
color: #FEA644;
}
</style>
background-color css
<style>
a { background-color: #FEA644; }
a { background-color: rgb(254,166,68); }
div.DivClassName
{
background-color: #FEA644;
}
.BgClassName
{
background-color: #FEA644;
}
</style>
border-color css
<style>
span { border-color: #FEA644; }
span { border-color: rgb(254,166,68); }
td.TdClassName
{
border-color: #FEA644;
}
.TagClassName
{
border-color: #FEA644;
}
</style>