Shades of My Sin #FEA94D
Tints of My Sin #FEA94D
RGB
CMYK
RGB Variations
Color information
#FEA94D (or 0xFEA94D) is known color: My Sin. HEX triplet: FE, A9 and 4D. RGB value is (254,169,77). Sum of RGB (Red+Green+Blue) = 254+169+77=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA94D is #0156B2. Grayscale: #B8B8B8. Windows color (decimal): -87731 or 5089790. OLE color: 5089790.
HSL color Cylindrical-coordinate representation of color #FEA94D: hue angle of 31.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEA94D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 77 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.00 |
| HSL | 31.19º | 0.99% | 0.65% | - |
| HSV(B) | 31.19º | 0.7% | 1% | - |
| XYZ | 56.4 | 49.98 | 13.7 | - |
| YUV | 183.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 77 | 0 | 0.33 | 0.70 | 0.00 | 31.19 | 0.99 | 0.65 |
| Hex | FE | A9 | 4D | 0 | 21 | 46 | 0 | 1F | 63 | 41 |
| Octal | 376 | 251 | 115 | 0 | 41 | 106 | 0 | 37 | 143 | 101 |
| Binary | 11111110 | 10101001 | 1001101 | 0 | 100001 | 1000110 | 0 | 11111 | 1100011 | 1000001 |
Color Harmonies of #FEA94D
Complementary color
Monochromatic Colors of #FEA94D
Black with #FEA94D
Text Example
Text Example
White with #FEA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA94D; }
p { color: rgb(254,169,77); }
H1.HeaderClassName
{
color: #FEA94D;
}
.AnyTagClassName
{
color: #FEA94D;
}
</style>
background-color css
<style>
a { background-color: #FEA94D; }
a { background-color: rgb(254,169,77); }
div.DivClassName
{
background-color: #FEA94D;
}
.BgClassName
{
background-color: #FEA94D;
}
</style>
border-color css
<style>
span { border-color: #FEA94D; }
span { border-color: rgb(254,169,77); }
td.TdClassName
{
border-color: #FEA94D;
}
.TagClassName
{
border-color: #FEA94D;
}
</style>