Shades of Bittersweet #FE6F55
Tints of Bittersweet #FE6F55
RGB
CMYK
RGB Variations
Color information
#FE6F55 (or 0xFE6F55) is known color: Bittersweet. HEX triplet: FE, 6F and 55. RGB value is (254,111,85). Sum of RGB (Red+Green+Blue) = 254+111+85=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F55 is #0190AA. Grayscale: #979797. Windows color (decimal): -102571 or 5599230. OLE color: 5599230.
HSL color Cylindrical-coordinate representation of color #FE6F55: hue angle of 9.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE6F55 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 85 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.00 |
| HSL | 9.23º | 0.99% | 0.66% | - |
| HSV(B) | 9.23º | 0.67% | 1% | - |
| XYZ | 48.2 | 33.1 | 12.44 | - |
| YUV | 150.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 85 | 0 | 0.56 | 0.67 | 0.00 | 9.23 | 0.99 | 0.66 |
| Hex | FE | 6F | 55 | 0 | 38 | 43 | 0 | 9 | 63 | 42 |
| Octal | 376 | 157 | 125 | 0 | 70 | 103 | 0 | 11 | 143 | 102 |
| Binary | 11111110 | 1101111 | 1010101 | 0 | 111000 | 1000011 | 0 | 1001 | 1100011 | 1000010 |
Color Harmonies of #FE6F55
Complementary color
Monochromatic Colors of #FE6F55
Black with #FE6F55
Text Example
Text Example
White with #FE6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F55; }
p { color: rgb(254,111,85); }
H1.HeaderClassName
{
color: #FE6F55;
}
.AnyTagClassName
{
color: #FE6F55;
}
</style>
background-color css
<style>
a { background-color: #FE6F55; }
a { background-color: rgb(254,111,85); }
div.DivClassName
{
background-color: #FE6F55;
}
.BgClassName
{
background-color: #FE6F55;
}
</style>
border-color css
<style>
span { border-color: #FE6F55; }
span { border-color: rgb(254,111,85); }
td.TdClassName
{
border-color: #FE6F55;
}
.TagClassName
{
border-color: #FE6F55;
}
</style>