Shades of Bittersweet #FE6B5C
Tints of Bittersweet #FE6B5C
RGB
CMYK
RGB Variations
Color information
#FE6B5C (or 0xFE6B5C) is known color: Bittersweet. HEX triplet: FE, 6B and 5C. RGB value is (254,107,92). Sum of RGB (Red+Green+Blue) = 254+107+92=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B5C is #0194A3. Grayscale: #959595. Windows color (decimal): -103588 or 6056958. OLE color: 6056958.
HSL color Cylindrical-coordinate representation of color #FE6B5C: hue angle of 5.56º 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 #FE6B5C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 92 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.00 |
| HSL | 5.56º | 0.99% | 0.68% | - |
| HSV(B) | 5.56º | 0.64% | 1% | - |
| XYZ | 48.06 | 32.36 | 13.84 | - |
| YUV | 149.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 92 | 0 | 0.58 | 0.64 | 0.00 | 5.56 | 0.99 | 0.68 |
| Hex | FE | 6B | 5C | 0 | 3A | 40 | 0 | 6 | 63 | 44 |
| Octal | 376 | 153 | 134 | 0 | 72 | 100 | 0 | 6 | 143 | 104 |
| Binary | 11111110 | 1101011 | 1011100 | 0 | 111010 | 1000000 | 0 | 110 | 1100011 | 1000100 |
Color Harmonies of #FE6B5C
Complementary color
Monochromatic Colors of #FE6B5C
Black with #FE6B5C
Text Example
Text Example
White with #FE6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B5C; }
p { color: rgb(254,107,92); }
H1.HeaderClassName
{
color: #FE6B5C;
}
.AnyTagClassName
{
color: #FE6B5C;
}
</style>
background-color css
<style>
a { background-color: #FE6B5C; }
a { background-color: rgb(254,107,92); }
div.DivClassName
{
background-color: #FE6B5C;
}
.BgClassName
{
background-color: #FE6B5C;
}
</style>
border-color css
<style>
span { border-color: #FE6B5C; }
span { border-color: rgb(254,107,92); }
td.TdClassName
{
border-color: #FE6B5C;
}
.TagClassName
{
border-color: #FE6B5C;
}
</style>