Shades of My Sin #FEA945
Tints of My Sin #FEA945
RGB
CMYK
RGB Variations
Color information
#FEA945 (or 0xFEA945) is known color: My Sin. HEX triplet: FE, A9 and 45. RGB value is (254,169,69). Sum of RGB (Red+Green+Blue) = 254+169+69=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA945 is #0156BA. Grayscale: #B7B7B7. Windows color (decimal): -87739 or 4565502. OLE color: 4565502.
HSL color Cylindrical-coordinate representation of color #FEA945: hue angle of 32.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEA945 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 69 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.00 |
| HSL | 32.43º | 0.99% | 0.63% | - |
| HSV(B) | 32.43º | 0.73% | 1% | - |
| XYZ | 56.14 | 49.88 | 12.3 | - |
| YUV | 183.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 69 | 0 | 0.33 | 0.73 | 0.00 | 32.43 | 0.99 | 0.63 |
| Hex | FE | A9 | 45 | 0 | 21 | 49 | 0 | 20 | 63 | 3F |
| Octal | 376 | 251 | 105 | 0 | 41 | 111 | 0 | 40 | 143 | 77 |
| Binary | 11111110 | 10101001 | 1000101 | 0 | 100001 | 1001001 | 0 | 100000 | 1100011 | 111111 |
Color Harmonies of #FEA945
Complementary color
Monochromatic Colors of #FEA945
Black with #FEA945
Text Example
Text Example
White with #FEA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA945; }
p { color: rgb(254,169,69); }
H1.HeaderClassName
{
color: #FEA945;
}
.AnyTagClassName
{
color: #FEA945;
}
</style>
background-color css
<style>
a { background-color: #FEA945; }
a { background-color: rgb(254,169,69); }
div.DivClassName
{
background-color: #FEA945;
}
.BgClassName
{
background-color: #FEA945;
}
</style>
border-color css
<style>
span { border-color: #FEA945; }
span { border-color: rgb(254,169,69); }
td.TdClassName
{
border-color: #FEA945;
}
.TagClassName
{
border-color: #FEA945;
}
</style>