Shades of My Sin #FEA848
Tints of My Sin #FEA848
RGB
CMYK
RGB Variations
Color information
#FEA848 (or 0xFEA848) is known color: My Sin. HEX triplet: FE, A8 and 48. RGB value is (254,168,72). Sum of RGB (Red+Green+Blue) = 254+168+72=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA848 is #0157B7. Grayscale: #B7B7B7. Windows color (decimal): -87992 or 4761854. OLE color: 4761854.
HSL color Cylindrical-coordinate representation of color #FEA848: hue angle of 31.65º 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 #FEA848 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 72 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.00 |
| HSL | 31.65º | 0.99% | 0.64% | - |
| HSV(B) | 31.65º | 0.72% | 1% | - |
| XYZ | 56.05 | 49.54 | 12.74 | - |
| YUV | 182.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 72 | 0 | 0.34 | 0.72 | 0.00 | 31.65 | 0.99 | 0.64 |
| Hex | FE | A8 | 48 | 0 | 22 | 48 | 0 | 20 | 63 | 40 |
| Octal | 376 | 250 | 110 | 0 | 42 | 110 | 0 | 40 | 143 | 100 |
| Binary | 11111110 | 10101000 | 1001000 | 0 | 100010 | 1001000 | 0 | 100000 | 1100011 | 1000000 |
Color Harmonies of #FEA848
Complementary color
Monochromatic Colors of #FEA848
Black with #FEA848
Text Example
Text Example
White with #FEA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA848; }
p { color: rgb(254,168,72); }
H1.HeaderClassName
{
color: #FEA848;
}
.AnyTagClassName
{
color: #FEA848;
}
</style>
background-color css
<style>
a { background-color: #FEA848; }
a { background-color: rgb(254,168,72); }
div.DivClassName
{
background-color: #FEA848;
}
.BgClassName
{
background-color: #FEA848;
}
</style>
border-color css
<style>
span { border-color: #FEA848; }
span { border-color: rgb(254,168,72); }
td.TdClassName
{
border-color: #FEA848;
}
.TagClassName
{
border-color: #FEA848;
}
</style>