Shades of My Sin #FEB944
Tints of My Sin #FEB944
RGB
CMYK
RGB Variations
Color information
#FEB944 (or 0xFEB944) is known color: My Sin. HEX triplet: FE, B9 and 44. RGB value is (254,185,68). Sum of RGB (Red+Green+Blue) = 254+185+68=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB944 is #0146BB. Grayscale: #C0C0C0. Windows color (decimal): -83644 or 4504062. OLE color: 4504062.
HSL color Cylindrical-coordinate representation of color #FEB944: hue angle of 37.74º 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 #FEB944 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.00 |
| HSL | 37.74º | 0.99% | 0.63% | - |
| HSV(B) | 37.74º | 0.73% | 1% | - |
| XYZ | 59.27 | 56.19 | 13.19 | - |
| YUV | 192.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 68 | 0 | 0.27 | 0.73 | 0.00 | 37.74 | 0.99 | 0.63 |
| Hex | FE | B9 | 44 | 0 | 1B | 49 | 0 | 26 | 63 | 3F |
| Octal | 376 | 271 | 104 | 0 | 33 | 111 | 0 | 46 | 143 | 77 |
| Binary | 11111110 | 10111001 | 1000100 | 0 | 11011 | 1001001 | 0 | 100110 | 1100011 | 111111 |
Color Harmonies of #FEB944
Complementary color
Monochromatic Colors of #FEB944
Black with #FEB944
Text Example
Text Example
White with #FEB944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB944; }
p { color: rgb(254,185,68); }
H1.HeaderClassName
{
color: #FEB944;
}
.AnyTagClassName
{
color: #FEB944;
}
</style>
background-color css
<style>
a { background-color: #FEB944; }
a { background-color: rgb(254,185,68); }
div.DivClassName
{
background-color: #FEB944;
}
.BgClassName
{
background-color: #FEB944;
}
</style>
border-color css
<style>
span { border-color: #FEB944; }
span { border-color: rgb(254,185,68); }
td.TdClassName
{
border-color: #FEB944;
}
.TagClassName
{
border-color: #FEB944;
}
</style>