Shades of My Sin #FEAC44
Tints of My Sin #FEAC44
RGB
CMYK
RGB Variations
Color information
#FEAC44 (or 0xFEAC44) is known color: My Sin. HEX triplet: FE, AC and 44. RGB value is (254,172,68). Sum of RGB (Red+Green+Blue) = 254+172+68=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC44 is #0153BB. Grayscale: #B9B9B9. Windows color (decimal): -86972 or 4500734. OLE color: 4500734.
HSL color Cylindrical-coordinate representation of color #FEAC44: hue angle of 33.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEAC44 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 68 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.00 |
| HSL | 33.55º | 0.99% | 0.63% | - |
| HSV(B) | 33.55º | 0.73% | 1% | - |
| XYZ | 56.67 | 50.99 | 12.32 | - |
| YUV | 184.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 68 | 0 | 0.32 | 0.73 | 0.00 | 33.55 | 0.99 | 0.63 |
| Hex | FE | AC | 44 | 0 | 20 | 49 | 0 | 22 | 63 | 3F |
| Octal | 376 | 254 | 104 | 0 | 40 | 111 | 0 | 42 | 143 | 77 |
| Binary | 11111110 | 10101100 | 1000100 | 0 | 100000 | 1001001 | 0 | 100010 | 1100011 | 111111 |
Color Harmonies of #FEAC44
Complementary color
Monochromatic Colors of #FEAC44
Black with #FEAC44
Text Example
Text Example
White with #FEAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC44; }
p { color: rgb(254,172,68); }
H1.HeaderClassName
{
color: #FEAC44;
}
.AnyTagClassName
{
color: #FEAC44;
}
</style>
background-color css
<style>
a { background-color: #FEAC44; }
a { background-color: rgb(254,172,68); }
div.DivClassName
{
background-color: #FEAC44;
}
.BgClassName
{
background-color: #FEAC44;
}
</style>
border-color css
<style>
span { border-color: #FEAC44; }
span { border-color: rgb(254,172,68); }
td.TdClassName
{
border-color: #FEAC44;
}
.TagClassName
{
border-color: #FEAC44;
}
</style>