Shades of My Sin #FEA648
Tints of My Sin #FEA648
RGB
CMYK
RGB Variations
Color information
#FEA648 (or 0xFEA648) is known color: My Sin. HEX triplet: FE, A6 and 48. RGB value is (254,166,72). Sum of RGB (Red+Green+Blue) = 254+166+72=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA648 is #0159B7. Grayscale: #B6B6B6. Windows color (decimal): -88504 or 4761342. OLE color: 4761342.
HSL color Cylindrical-coordinate representation of color #FEA648: hue angle of 30.99º 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 #FEA648 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 72 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.00 |
| HSL | 30.99º | 0.99% | 0.64% | - |
| HSV(B) | 30.99º | 0.72% | 1% | - |
| XYZ | 55.68 | 48.81 | 12.62 | - |
| YUV | 181.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 72 | 0 | 0.35 | 0.72 | 0.00 | 30.99 | 0.99 | 0.64 |
| Hex | FE | A6 | 48 | 0 | 23 | 48 | 0 | 1F | 63 | 40 |
| Octal | 376 | 246 | 110 | 0 | 43 | 110 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10100110 | 1001000 | 0 | 100011 | 1001000 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA648
Complementary color
Monochromatic Colors of #FEA648
Black with #FEA648
Text Example
Text Example
White with #FEA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA648; }
p { color: rgb(254,166,72); }
H1.HeaderClassName
{
color: #FEA648;
}
.AnyTagClassName
{
color: #FEA648;
}
</style>
background-color css
<style>
a { background-color: #FEA648; }
a { background-color: rgb(254,166,72); }
div.DivClassName
{
background-color: #FEA648;
}
.BgClassName
{
background-color: #FEA648;
}
</style>
border-color css
<style>
span { border-color: #FEA648; }
span { border-color: rgb(254,166,72); }
td.TdClassName
{
border-color: #FEA648;
}
.TagClassName
{
border-color: #FEA648;
}
</style>