Shades of My Sin #FEAA4C
Tints of My Sin #FEAA4C
RGB
CMYK
RGB Variations
Color information
#FEAA4C (or 0xFEAA4C) is known color: My Sin. HEX triplet: FE, AA and 4C. RGB value is (254,170,76). Sum of RGB (Red+Green+Blue) = 254+170+76=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA4C is #0155B3. Grayscale: #B8B8B8. Windows color (decimal): -87476 or 5024510. OLE color: 5024510.
HSL color Cylindrical-coordinate representation of color #FEAA4C: hue angle of 31.69º 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 #FEAA4C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 76 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.00 |
| HSL | 31.69º | 0.99% | 0.65% | - |
| HSV(B) | 31.69º | 0.7% | 1% | - |
| XYZ | 56.55 | 50.34 | 13.57 | - |
| YUV | 184.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 76 | 0 | 0.33 | 0.70 | 0.00 | 31.69 | 0.99 | 0.65 |
| Hex | FE | AA | 4C | 0 | 21 | 46 | 0 | 20 | 63 | 41 |
| Octal | 376 | 252 | 114 | 0 | 41 | 106 | 0 | 40 | 143 | 101 |
| Binary | 11111110 | 10101010 | 1001100 | 0 | 100001 | 1000110 | 0 | 100000 | 1100011 | 1000001 |
Color Harmonies of #FEAA4C
Complementary color
Monochromatic Colors of #FEAA4C
Black with #FEAA4C
Text Example
Text Example
White with #FEAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA4C; }
p { color: rgb(254,170,76); }
H1.HeaderClassName
{
color: #FEAA4C;
}
.AnyTagClassName
{
color: #FEAA4C;
}
</style>
background-color css
<style>
a { background-color: #FEAA4C; }
a { background-color: rgb(254,170,76); }
div.DivClassName
{
background-color: #FEAA4C;
}
.BgClassName
{
background-color: #FEAA4C;
}
</style>
border-color css
<style>
span { border-color: #FEAA4C; }
span { border-color: rgb(254,170,76); }
td.TdClassName
{
border-color: #FEAA4C;
}
.TagClassName
{
border-color: #FEAA4C;
}
</style>