Shades of My Sin #FEB346
Tints of My Sin #FEB346
RGB
CMYK
RGB Variations
Color information
#FEB346 (or 0xFEB346) is known color: My Sin. HEX triplet: FE, B3 and 46. RGB value is (254,179,70). Sum of RGB (Red+Green+Blue) = 254+179+70=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB346 is #014CB9. Grayscale: #BDBDBD. Windows color (decimal): -85178 or 4633598. OLE color: 4633598.
HSL color Cylindrical-coordinate representation of color #FEB346: hue angle of 35.54º 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 #FEB346 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 70 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.00 |
| HSL | 35.54º | 0.99% | 0.64% | - |
| HSV(B) | 35.54º | 0.72% | 1% | - |
| XYZ | 58.1 | 53.75 | 13.11 | - |
| YUV | 189 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 70 | 0 | 0.30 | 0.72 | 0.00 | 35.54 | 0.99 | 0.64 |
| Hex | FE | B3 | 46 | 0 | 1E | 48 | 0 | 24 | 63 | 40 |
| Octal | 376 | 263 | 106 | 0 | 36 | 110 | 0 | 44 | 143 | 100 |
| Binary | 11111110 | 10110011 | 1000110 | 0 | 11110 | 1001000 | 0 | 100100 | 1100011 | 1000000 |
Color Harmonies of #FEB346
Complementary color
Monochromatic Colors of #FEB346
Black with #FEB346
Text Example
Text Example
White with #FEB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB346; }
p { color: rgb(254,179,70); }
H1.HeaderClassName
{
color: #FEB346;
}
.AnyTagClassName
{
color: #FEB346;
}
</style>
background-color css
<style>
a { background-color: #FEB346; }
a { background-color: rgb(254,179,70); }
div.DivClassName
{
background-color: #FEB346;
}
.BgClassName
{
background-color: #FEB346;
}
</style>
border-color css
<style>
span { border-color: #FEB346; }
span { border-color: rgb(254,179,70); }
td.TdClassName
{
border-color: #FEB346;
}
.TagClassName
{
border-color: #FEB346;
}
</style>