Shades of My Sin #FEAC4A
Tints of My Sin #FEAC4A
RGB
CMYK
RGB Variations
Color information
#FEAC4A (or 0xFEAC4A) is known color: My Sin. HEX triplet: FE, AC and 4A. RGB value is (254,172,74). Sum of RGB (Red+Green+Blue) = 254+172+74=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC4A is #0153B5. Grayscale: #B9B9B9. Windows color (decimal): -86966 or 4893950. OLE color: 4893950.
HSL color Cylindrical-coordinate representation of color #FEAC4A: hue angle of 32.67º 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 #FEAC4A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 74 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.00 |
| HSL | 32.67º | 0.99% | 0.64% | - |
| HSV(B) | 32.67º | 0.71% | 1% | - |
| XYZ | 56.86 | 51.07 | 13.34 | - |
| YUV | 185.35 | 65.17 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 74 | 0 | 0.32 | 0.71 | 0.00 | 32.67 | 0.99 | 0.64 |
| Hex | FE | AC | 4A | 0 | 20 | 47 | 0 | 21 | 63 | 40 |
| Octal | 376 | 254 | 112 | 0 | 40 | 107 | 0 | 41 | 143 | 100 |
| Binary | 11111110 | 10101100 | 1001010 | 0 | 100000 | 1000111 | 0 | 100001 | 1100011 | 1000000 |
Color Harmonies of #FEAC4A
Complementary color
Monochromatic Colors of #FEAC4A
Black with #FEAC4A
Text Example
Text Example
White with #FEAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC4A; }
p { color: rgb(254,172,74); }
H1.HeaderClassName
{
color: #FEAC4A;
}
.AnyTagClassName
{
color: #FEAC4A;
}
</style>
background-color css
<style>
a { background-color: #FEAC4A; }
a { background-color: rgb(254,172,74); }
div.DivClassName
{
background-color: #FEAC4A;
}
.BgClassName
{
background-color: #FEAC4A;
}
</style>
border-color css
<style>
span { border-color: #FEAC4A; }
span { border-color: rgb(254,172,74); }
td.TdClassName
{
border-color: #FEAC4A;
}
.TagClassName
{
border-color: #FEAC4A;
}
</style>