Shades of Bittersweet #FE6C5B
Tints of Bittersweet #FE6C5B
RGB
CMYK
RGB Variations
Color information
#FE6C5B (or 0xFE6C5B) is known color: Bittersweet. HEX triplet: FE, 6C and 5B. RGB value is (254,108,91). Sum of RGB (Red+Green+Blue) = 254+108+91=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C5B is #0193A4. Grayscale: #959595. Windows color (decimal): -103333 or 5991678. OLE color: 5991678.
HSL color Cylindrical-coordinate representation of color #FE6C5B: hue angle of 6.26º 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 #FE6C5B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 91 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.00 |
| HSL | 6.26º | 0.99% | 0.68% | - |
| HSV(B) | 6.26º | 0.64% | 1% | - |
| XYZ | 48.12 | 32.55 | 13.64 | - |
| YUV | 149.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 91 | 0 | 0.57 | 0.64 | 0.00 | 6.26 | 0.99 | 0.68 |
| Hex | FE | 6C | 5B | 0 | 39 | 40 | 0 | 6 | 63 | 44 |
| Octal | 376 | 154 | 133 | 0 | 71 | 100 | 0 | 6 | 143 | 104 |
| Binary | 11111110 | 1101100 | 1011011 | 0 | 111001 | 1000000 | 0 | 110 | 1100011 | 1000100 |
Color Harmonies of #FE6C5B
Complementary color
Monochromatic Colors of #FE6C5B
Black with #FE6C5B
Text Example
Text Example
White with #FE6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C5B; }
p { color: rgb(254,108,91); }
H1.HeaderClassName
{
color: #FE6C5B;
}
.AnyTagClassName
{
color: #FE6C5B;
}
</style>
background-color css
<style>
a { background-color: #FE6C5B; }
a { background-color: rgb(254,108,91); }
div.DivClassName
{
background-color: #FE6C5B;
}
.BgClassName
{
background-color: #FE6C5B;
}
</style>
border-color css
<style>
span { border-color: #FE6C5B; }
span { border-color: rgb(254,108,91); }
td.TdClassName
{
border-color: #FE6C5B;
}
.TagClassName
{
border-color: #FE6C5B;
}
</style>