Shades of My Sin #FEAD46
Tints of My Sin #FEAD46
RGB
CMYK
RGB Variations
Color information
#FEAD46 (or 0xFEAD46) is known color: My Sin. HEX triplet: FE, AD and 46. RGB value is (254,173,70). Sum of RGB (Red+Green+Blue) = 254+173+70=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD46 is #0152B9. Grayscale: #B9B9B9. Windows color (decimal): -86714 or 4632062. OLE color: 4632062.
HSL color Cylindrical-coordinate representation of color #FEAD46: hue angle of 33.59º 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 #FEAD46 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 70 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.00 |
| HSL | 33.59º | 0.99% | 0.64% | - |
| HSV(B) | 33.59º | 0.72% | 1% | - |
| XYZ | 56.92 | 51.4 | 12.72 | - |
| YUV | 185.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 70 | 0 | 0.32 | 0.72 | 0.00 | 33.59 | 0.99 | 0.64 |
| Hex | FE | AD | 46 | 0 | 20 | 48 | 0 | 22 | 63 | 40 |
| Octal | 376 | 255 | 106 | 0 | 40 | 110 | 0 | 42 | 143 | 100 |
| Binary | 11111110 | 10101101 | 1000110 | 0 | 100000 | 1001000 | 0 | 100010 | 1100011 | 1000000 |
Color Harmonies of #FEAD46
Complementary color
Monochromatic Colors of #FEAD46
Black with #FEAD46
Text Example
Text Example
White with #FEAD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD46; }
p { color: rgb(254,173,70); }
H1.HeaderClassName
{
color: #FEAD46;
}
.AnyTagClassName
{
color: #FEAD46;
}
</style>
background-color css
<style>
a { background-color: #FEAD46; }
a { background-color: rgb(254,173,70); }
div.DivClassName
{
background-color: #FEAD46;
}
.BgClassName
{
background-color: #FEAD46;
}
</style>
border-color css
<style>
span { border-color: #FEAD46; }
span { border-color: rgb(254,173,70); }
td.TdClassName
{
border-color: #FEAD46;
}
.TagClassName
{
border-color: #FEAD46;
}
</style>