Shades of My Sin #FEB847
Tints of My Sin #FEB847
RGB
CMYK
RGB Variations
Color information
#FEB847 (or 0xFEB847) is known color: My Sin. HEX triplet: FE, B8 and 47. RGB value is (254,184,71). Sum of RGB (Red+Green+Blue) = 254+184+71=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB847 is #0147B8. Grayscale: #C0C0C0. Windows color (decimal): -83897 or 4700414. OLE color: 4700414.
HSL color Cylindrical-coordinate representation of color #FEB847: hue angle of 37.05º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEB847 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 71 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.00 |
| HSL | 37.05º | 0.99% | 0.64% | - |
| HSV(B) | 37.05º | 0.72% | 1% | - |
| XYZ | 59.15 | 55.81 | 13.62 | - |
| YUV | 192.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 71 | 0 | 0.28 | 0.72 | 0.00 | 37.05 | 0.99 | 0.64 |
| Hex | FE | B8 | 47 | 0 | 1C | 48 | 0 | 25 | 63 | 40 |
| Octal | 376 | 270 | 107 | 0 | 34 | 110 | 0 | 45 | 143 | 100 |
| Binary | 11111110 | 10111000 | 1000111 | 0 | 11100 | 1001000 | 0 | 100101 | 1100011 | 1000000 |
Color Harmonies of #FEB847
Complementary color
Monochromatic Colors of #FEB847
Black with #FEB847
Text Example
Text Example
White with #FEB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB847; }
p { color: rgb(254,184,71); }
H1.HeaderClassName
{
color: #FEB847;
}
.AnyTagClassName
{
color: #FEB847;
}
</style>
background-color css
<style>
a { background-color: #FEB847; }
a { background-color: rgb(254,184,71); }
div.DivClassName
{
background-color: #FEB847;
}
.BgClassName
{
background-color: #FEB847;
}
</style>
border-color css
<style>
span { border-color: #FEB847; }
span { border-color: rgb(254,184,71); }
td.TdClassName
{
border-color: #FEB847;
}
.TagClassName
{
border-color: #FEB847;
}
</style>