Shades of My Sin #FEAA4D
Tints of My Sin #FEAA4D
RGB
CMYK
RGB Variations
Color information
#FEAA4D (or 0xFEAA4D) is known color: My Sin. HEX triplet: FE, AA and 4D. RGB value is (254,170,77). Sum of RGB (Red+Green+Blue) = 254+170+77=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA4D is #0155B2. Grayscale: #B8B8B8. Windows color (decimal): -87475 or 5090046. OLE color: 5090046.
HSL color Cylindrical-coordinate representation of color #FEAA4D: hue angle of 31.53º 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 #FEAA4D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 77 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.00 |
| HSL | 31.53º | 0.99% | 0.65% | - |
| HSV(B) | 31.53º | 0.7% | 1% | - |
| XYZ | 56.59 | 50.36 | 13.76 | - |
| YUV | 184.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 77 | 0 | 0.33 | 0.70 | 0.00 | 31.53 | 0.99 | 0.65 |
| Hex | FE | AA | 4D | 0 | 21 | 46 | 0 | 20 | 63 | 41 |
| Octal | 376 | 252 | 115 | 0 | 41 | 106 | 0 | 40 | 143 | 101 |
| Binary | 11111110 | 10101010 | 1001101 | 0 | 100001 | 1000110 | 0 | 100000 | 1100011 | 1000001 |
Color Harmonies of #FEAA4D
Complementary color
Monochromatic Colors of #FEAA4D
Black with #FEAA4D
Text Example
Text Example
White with #FEAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA4D; }
p { color: rgb(254,170,77); }
H1.HeaderClassName
{
color: #FEAA4D;
}
.AnyTagClassName
{
color: #FEAA4D;
}
</style>
background-color css
<style>
a { background-color: #FEAA4D; }
a { background-color: rgb(254,170,77); }
div.DivClassName
{
background-color: #FEAA4D;
}
.BgClassName
{
background-color: #FEAA4D;
}
</style>
border-color css
<style>
span { border-color: #FEAA4D; }
span { border-color: rgb(254,170,77); }
td.TdClassName
{
border-color: #FEAA4D;
}
.TagClassName
{
border-color: #FEAA4D;
}
</style>