Shades of My Sin #FEA748
Tints of My Sin #FEA748
RGB
CMYK
RGB Variations
Color information
#FEA748 (or 0xFEA748) is known color: My Sin. HEX triplet: FE, A7 and 48. RGB value is (254,167,72). Sum of RGB (Red+Green+Blue) = 254+167+72=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA748 is #0158B7. Grayscale: #B6B6B6. Windows color (decimal): -88248 or 4761598. OLE color: 4761598.
HSL color Cylindrical-coordinate representation of color #FEA748: hue angle of 31.32º 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 #FEA748 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 72 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.00 |
| HSL | 31.32º | 0.99% | 0.64% | - |
| HSV(B) | 31.32º | 0.72% | 1% | - |
| XYZ | 55.86 | 49.18 | 12.68 | - |
| YUV | 182.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 72 | 0 | 0.34 | 0.72 | 0.00 | 31.32 | 0.99 | 0.64 |
| Hex | FE | A7 | 48 | 0 | 22 | 48 | 0 | 1F | 63 | 40 |
| Octal | 376 | 247 | 110 | 0 | 42 | 110 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10100111 | 1001000 | 0 | 100010 | 1001000 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA748
Complementary color
Monochromatic Colors of #FEA748
Black with #FEA748
Text Example
Text Example
White with #FEA748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA748; }
p { color: rgb(254,167,72); }
H1.HeaderClassName
{
color: #FEA748;
}
.AnyTagClassName
{
color: #FEA748;
}
</style>
background-color css
<style>
a { background-color: #FEA748; }
a { background-color: rgb(254,167,72); }
div.DivClassName
{
background-color: #FEA748;
}
.BgClassName
{
background-color: #FEA748;
}
</style>
border-color css
<style>
span { border-color: #FEA748; }
span { border-color: rgb(254,167,72); }
td.TdClassName
{
border-color: #FEA748;
}
.TagClassName
{
border-color: #FEA748;
}
</style>