Shades of My Sin #FEB145
Tints of My Sin #FEB145
RGB
CMYK
RGB Variations
Color information
#FEB145 (or 0xFEB145) is known color: My Sin. HEX triplet: FE, B1 and 45. RGB value is (254,177,69). Sum of RGB (Red+Green+Blue) = 254+177+69=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB145 is #014EBA. Grayscale: #BCBCBC. Windows color (decimal): -85691 or 4567550. OLE color: 4567550.
HSL color Cylindrical-coordinate representation of color #FEB145: hue angle of 35.03º 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 #FEB145 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 69 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.00 |
| HSL | 35.03º | 0.99% | 0.63% | - |
| HSV(B) | 35.03º | 0.73% | 1% | - |
| XYZ | 57.67 | 52.94 | 12.81 | - |
| YUV | 187.71 | 61.01 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 69 | 0 | 0.30 | 0.73 | 0.00 | 35.03 | 0.99 | 0.63 |
| Hex | FE | B1 | 45 | 0 | 1E | 49 | 0 | 23 | 63 | 3F |
| Octal | 376 | 261 | 105 | 0 | 36 | 111 | 0 | 43 | 143 | 77 |
| Binary | 11111110 | 10110001 | 1000101 | 0 | 11110 | 1001001 | 0 | 100011 | 1100011 | 111111 |
Color Harmonies of #FEB145
Complementary color
Monochromatic Colors of #FEB145
Black with #FEB145
Text Example
Text Example
White with #FEB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB145; }
p { color: rgb(254,177,69); }
H1.HeaderClassName
{
color: #FEB145;
}
.AnyTagClassName
{
color: #FEB145;
}
</style>
background-color css
<style>
a { background-color: #FEB145; }
a { background-color: rgb(254,177,69); }
div.DivClassName
{
background-color: #FEB145;
}
.BgClassName
{
background-color: #FEB145;
}
</style>
border-color css
<style>
span { border-color: #FEB145; }
span { border-color: rgb(254,177,69); }
td.TdClassName
{
border-color: #FEB145;
}
.TagClassName
{
border-color: #FEB145;
}
</style>