Shades of My Sin #FEBA44
Tints of My Sin #FEBA44
RGB
CMYK
RGB Variations
Color information
#FEBA44 (or 0xFEBA44) is known color: My Sin. HEX triplet: FE, BA and 44. RGB value is (254,186,68). Sum of RGB (Red+Green+Blue) = 254+186+68=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA44 is #0145BB. Grayscale: #C1C1C1. Windows color (decimal): -83388 or 4504318. OLE color: 4504318.
HSL color Cylindrical-coordinate representation of color #FEBA44: hue angle of 38.06º 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 #FEBA44 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.00 |
| HSL | 38.06º | 0.99% | 0.63% | - |
| HSV(B) | 38.06º | 0.73% | 1% | - |
| XYZ | 59.48 | 56.61 | 13.26 | - |
| YUV | 192.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 68 | 0 | 0.27 | 0.73 | 0.00 | 38.06 | 0.99 | 0.63 |
| Hex | FE | BA | 44 | 0 | 1B | 49 | 0 | 26 | 63 | 3F |
| Octal | 376 | 272 | 104 | 0 | 33 | 111 | 0 | 46 | 143 | 77 |
| Binary | 11111110 | 10111010 | 1000100 | 0 | 11011 | 1001001 | 0 | 100110 | 1100011 | 111111 |
Color Harmonies of #FEBA44
Complementary color
Monochromatic Colors of #FEBA44
Black with #FEBA44
Text Example
Text Example
White with #FEBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA44; }
p { color: rgb(254,186,68); }
H1.HeaderClassName
{
color: #FEBA44;
}
.AnyTagClassName
{
color: #FEBA44;
}
</style>
background-color css
<style>
a { background-color: #FEBA44; }
a { background-color: rgb(254,186,68); }
div.DivClassName
{
background-color: #FEBA44;
}
.BgClassName
{
background-color: #FEBA44;
}
</style>
border-color css
<style>
span { border-color: #FEBA44; }
span { border-color: rgb(254,186,68); }
td.TdClassName
{
border-color: #FEBA44;
}
.TagClassName
{
border-color: #FEBA44;
}
</style>