Shades of Bittersweet #FE6E5A
Tints of Bittersweet #FE6E5A
RGB
CMYK
RGB Variations
Color information
#FE6E5A (or 0xFE6E5A) is known color: Bittersweet. HEX triplet: FE, 6E and 5A. RGB value is (254,110,90). Sum of RGB (Red+Green+Blue) = 254+110+90=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E5A is #0191A5. Grayscale: #979797. Windows color (decimal): -102822 or 5926654. OLE color: 5926654.
HSL color Cylindrical-coordinate representation of color #FE6E5A: hue angle of 7.32º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE6E5A is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 90 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.00 |
| HSL | 7.32º | 0.99% | 0.67% | - |
| HSV(B) | 7.32º | 0.65% | 1% | - |
| XYZ | 48.29 | 32.96 | 13.49 | - |
| YUV | 150.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 90 | 0 | 0.57 | 0.65 | 0.00 | 7.32 | 0.99 | 0.67 |
| Hex | FE | 6E | 5A | 0 | 39 | 41 | 0 | 7 | 63 | 43 |
| Octal | 376 | 156 | 132 | 0 | 71 | 101 | 0 | 7 | 143 | 103 |
| Binary | 11111110 | 1101110 | 1011010 | 0 | 111001 | 1000001 | 0 | 111 | 1100011 | 1000011 |
Color Harmonies of #FE6E5A
Complementary color
Monochromatic Colors of #FE6E5A
Black with #FE6E5A
Text Example
Text Example
White with #FE6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E5A; }
p { color: rgb(254,110,90); }
H1.HeaderClassName
{
color: #FE6E5A;
}
.AnyTagClassName
{
color: #FE6E5A;
}
</style>
background-color css
<style>
a { background-color: #FE6E5A; }
a { background-color: rgb(254,110,90); }
div.DivClassName
{
background-color: #FE6E5A;
}
.BgClassName
{
background-color: #FE6E5A;
}
</style>
border-color css
<style>
span { border-color: #FE6E5A; }
span { border-color: rgb(254,110,90); }
td.TdClassName
{
border-color: #FE6E5A;
}
.TagClassName
{
border-color: #FE6E5A;
}
</style>