Shades of Bittersweet #FE6A5B
Tints of Bittersweet #FE6A5B
RGB
CMYK
RGB Variations
Color information
#FE6A5B (or 0xFE6A5B) is known color: Bittersweet. HEX triplet: FE, 6A and 5B. RGB value is (254,106,91). Sum of RGB (Red+Green+Blue) = 254+106+91=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6A5B is #0195A4. Grayscale: #949494. Windows color (decimal): -103845 or 5991166. OLE color: 5991166.
HSL color Cylindrical-coordinate representation of color #FE6A5B: hue angle of 5.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE6A5B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 91 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.00 |
| HSL | 5.52º | 0.99% | 0.68% | - |
| HSV(B) | 5.52º | 0.64% | 1% | - |
| XYZ | 47.92 | 32.13 | 13.57 | - |
| YUV | 148.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 91 | 0 | 0.58 | 0.64 | 0.00 | 5.52 | 0.99 | 0.68 |
| Hex | FE | 6A | 5B | 0 | 3A | 40 | 0 | 6 | 63 | 44 |
| Octal | 376 | 152 | 133 | 0 | 72 | 100 | 0 | 6 | 143 | 104 |
| Binary | 11111110 | 1101010 | 1011011 | 0 | 111010 | 1000000 | 0 | 110 | 1100011 | 1000100 |
Color Harmonies of #FE6A5B
Complementary color
Monochromatic Colors of #FE6A5B
Black with #FE6A5B
Text Example
Text Example
White with #FE6A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A5B; }
p { color: rgb(254,106,91); }
H1.HeaderClassName
{
color: #FE6A5B;
}
.AnyTagClassName
{
color: #FE6A5B;
}
</style>
background-color css
<style>
a { background-color: #FE6A5B; }
a { background-color: rgb(254,106,91); }
div.DivClassName
{
background-color: #FE6A5B;
}
.BgClassName
{
background-color: #FE6A5B;
}
</style>
border-color css
<style>
span { border-color: #FE6A5B; }
span { border-color: rgb(254,106,91); }
td.TdClassName
{
border-color: #FE6A5B;
}
.TagClassName
{
border-color: #FE6A5B;
}
</style>