Shades of My Sin #FEAD49
Tints of My Sin #FEAD49
RGB
CMYK
RGB Variations
Color information
#FEAD49 (or 0xFEAD49) is known color: My Sin. HEX triplet: FE, AD and 49. RGB value is (254,173,73). Sum of RGB (Red+Green+Blue) = 254+173+73=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD49 is #0152B6. Grayscale: #BABABA. Windows color (decimal): -86711 or 4828670. OLE color: 4828670.
HSL color Cylindrical-coordinate representation of color #FEAD49: hue angle of 33.15º 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 #FEAD49 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 73 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.00 |
| HSL | 33.15º | 0.99% | 0.64% | - |
| HSV(B) | 33.15º | 0.71% | 1% | - |
| XYZ | 57.02 | 51.44 | 13.23 | - |
| YUV | 185.82 | 64.34 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 73 | 0 | 0.32 | 0.71 | 0.00 | 33.15 | 0.99 | 0.64 |
| Hex | FE | AD | 49 | 0 | 20 | 47 | 0 | 21 | 63 | 40 |
| Octal | 376 | 255 | 111 | 0 | 40 | 107 | 0 | 41 | 143 | 100 |
| Binary | 11111110 | 10101101 | 1001001 | 0 | 100000 | 1000111 | 0 | 100001 | 1100011 | 1000000 |
Color Harmonies of #FEAD49
Complementary color
Monochromatic Colors of #FEAD49
Black with #FEAD49
Text Example
Text Example
White with #FEAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD49; }
p { color: rgb(254,173,73); }
H1.HeaderClassName
{
color: #FEAD49;
}
.AnyTagClassName
{
color: #FEAD49;
}
</style>
background-color css
<style>
a { background-color: #FEAD49; }
a { background-color: rgb(254,173,73); }
div.DivClassName
{
background-color: #FEAD49;
}
.BgClassName
{
background-color: #FEAD49;
}
</style>
border-color css
<style>
span { border-color: #FEAD49; }
span { border-color: rgb(254,173,73); }
td.TdClassName
{
border-color: #FEAD49;
}
.TagClassName
{
border-color: #FEAD49;
}
</style>