Shades of My Sin #FEAC47
Tints of My Sin #FEAC47
RGB
CMYK
RGB Variations
Color information
#FEAC47 (or 0xFEAC47) is known color: My Sin. HEX triplet: FE, AC and 47. RGB value is (254,172,71). Sum of RGB (Red+Green+Blue) = 254+172+71=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC47 is #0153B8. Grayscale: #B9B9B9. Windows color (decimal): -86969 or 4697342. OLE color: 4697342.
HSL color Cylindrical-coordinate representation of color #FEAC47: hue angle of 33.11º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEAC47 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 71 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.00 |
| HSL | 33.11º | 0.99% | 0.64% | - |
| HSV(B) | 33.11º | 0.72% | 1% | - |
| XYZ | 56.76 | 51.03 | 12.82 | - |
| YUV | 185 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 71 | 0 | 0.32 | 0.72 | 0.00 | 33.11 | 0.99 | 0.64 |
| Hex | FE | AC | 47 | 0 | 20 | 48 | 0 | 21 | 63 | 40 |
| Octal | 376 | 254 | 107 | 0 | 40 | 110 | 0 | 41 | 143 | 100 |
| Binary | 11111110 | 10101100 | 1000111 | 0 | 100000 | 1001000 | 0 | 100001 | 1100011 | 1000000 |
Color Harmonies of #FEAC47
Complementary color
Monochromatic Colors of #FEAC47
Black with #FEAC47
Text Example
Text Example
White with #FEAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC47; }
p { color: rgb(254,172,71); }
H1.HeaderClassName
{
color: #FEAC47;
}
.AnyTagClassName
{
color: #FEAC47;
}
</style>
background-color css
<style>
a { background-color: #FEAC47; }
a { background-color: rgb(254,172,71); }
div.DivClassName
{
background-color: #FEAC47;
}
.BgClassName
{
background-color: #FEAC47;
}
</style>
border-color css
<style>
span { border-color: #FEAC47; }
span { border-color: rgb(254,172,71); }
td.TdClassName
{
border-color: #FEAC47;
}
.TagClassName
{
border-color: #FEAC47;
}
</style>