Shades of My Sin #FEAA4A
Tints of My Sin #FEAA4A
RGB
CMYK
RGB Variations
Color information
#FEAA4A (or 0xFEAA4A) is known color: My Sin. HEX triplet: FE, AA and 4A. RGB value is (254,170,74). Sum of RGB (Red+Green+Blue) = 254+170+74=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA4A is #0155B5. Grayscale: #B8B8B8. Windows color (decimal): -87478 or 4893438. OLE color: 4893438.
HSL color Cylindrical-coordinate representation of color #FEAA4A: hue angle of 32º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEAA4A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 74 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.00 |
| HSL | 32º | 0.99% | 0.64% | - |
| HSV(B) | 32º | 0.71% | 1% | - |
| XYZ | 56.48 | 50.31 | 13.21 | - |
| YUV | 184.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 74 | 0 | 0.33 | 0.71 | 0.00 | 32 | 0.99 | 0.64 |
| Hex | FE | AA | 4A | 0 | 21 | 47 | 0 | 20 | 63 | 40 |
| Octal | 376 | 252 | 112 | 0 | 41 | 107 | 0 | 40 | 143 | 100 |
| Binary | 11111110 | 10101010 | 1001010 | 0 | 100001 | 1000111 | 0 | 100000 | 1100011 | 1000000 |
Color Harmonies of #FEAA4A
Complementary color
Monochromatic Colors of #FEAA4A
Black with #FEAA4A
Text Example
Text Example
White with #FEAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA4A; }
p { color: rgb(254,170,74); }
H1.HeaderClassName
{
color: #FEAA4A;
}
.AnyTagClassName
{
color: #FEAA4A;
}
</style>
background-color css
<style>
a { background-color: #FEAA4A; }
a { background-color: rgb(254,170,74); }
div.DivClassName
{
background-color: #FEAA4A;
}
.BgClassName
{
background-color: #FEAA4A;
}
</style>
border-color css
<style>
span { border-color: #FEAA4A; }
span { border-color: rgb(254,170,74); }
td.TdClassName
{
border-color: #FEAA4A;
}
.TagClassName
{
border-color: #FEAA4A;
}
</style>