Shades of My Sin #FEB745
Tints of My Sin #FEB745
RGB
CMYK
RGB Variations
Color information
#FEB745 (or 0xFEB745) is known color: My Sin. HEX triplet: FE, B7 and 45. RGB value is (254,183,69). Sum of RGB (Red+Green+Blue) = 254+183+69=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB745 is #0148BA. Grayscale: #BFBFBF. Windows color (decimal): -84155 or 4569086. OLE color: 4569086.
HSL color Cylindrical-coordinate representation of color #FEB745: hue angle of 36.97º 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 #FEB745 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 69 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.00 |
| HSL | 36.97º | 0.99% | 0.63% | - |
| HSV(B) | 36.97º | 0.73% | 1% | - |
| XYZ | 58.88 | 55.37 | 13.21 | - |
| YUV | 191.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 69 | 0 | 0.28 | 0.73 | 0.00 | 36.97 | 0.99 | 0.63 |
| Hex | FE | B7 | 45 | 0 | 1C | 49 | 0 | 25 | 63 | 3F |
| Octal | 376 | 267 | 105 | 0 | 34 | 111 | 0 | 45 | 143 | 77 |
| Binary | 11111110 | 10110111 | 1000101 | 0 | 11100 | 1001001 | 0 | 100101 | 1100011 | 111111 |
Color Harmonies of #FEB745
Complementary color
Monochromatic Colors of #FEB745
Black with #FEB745
Text Example
Text Example
White with #FEB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB745; }
p { color: rgb(254,183,69); }
H1.HeaderClassName
{
color: #FEB745;
}
.AnyTagClassName
{
color: #FEB745;
}
</style>
background-color css
<style>
a { background-color: #FEB745; }
a { background-color: rgb(254,183,69); }
div.DivClassName
{
background-color: #FEB745;
}
.BgClassName
{
background-color: #FEB745;
}
</style>
border-color css
<style>
span { border-color: #FEB745; }
span { border-color: rgb(254,183,69); }
td.TdClassName
{
border-color: #FEB745;
}
.TagClassName
{
border-color: #FEB745;
}
</style>