Shades of Bittersweet #FE685B
Tints of Bittersweet #FE685B
RGB
CMYK
RGB Variations
Color information
#FE685B (or 0xFE685B) is known color: Bittersweet. HEX triplet: FE, 68 and 5B. RGB value is (254,104,91). Sum of RGB (Red+Green+Blue) = 254+104+91=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE685B is #0197A4. Grayscale: #939393. Windows color (decimal): -104357 or 5990654. OLE color: 5990654.
HSL color Cylindrical-coordinate representation of color #FE685B: hue angle of 4.79º 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 #FE685B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 91 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.00 |
| HSL | 4.79º | 0.99% | 0.68% | - |
| HSV(B) | 4.79º | 0.64% | 1% | - |
| XYZ | 47.71 | 31.73 | 13.51 | - |
| YUV | 147.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 91 | 0 | 0.59 | 0.64 | 0.00 | 4.79 | 0.99 | 0.68 |
| Hex | FE | 68 | 5B | 0 | 3B | 40 | 0 | 5 | 63 | 44 |
| Octal | 376 | 150 | 133 | 0 | 73 | 100 | 0 | 5 | 143 | 104 |
| Binary | 11111110 | 1101000 | 1011011 | 0 | 111011 | 1000000 | 0 | 101 | 1100011 | 1000100 |
Color Harmonies of #FE685B
Complementary color
Monochromatic Colors of #FE685B
Black with #FE685B
Text Example
Text Example
White with #FE685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE685B; }
p { color: rgb(254,104,91); }
H1.HeaderClassName
{
color: #FE685B;
}
.AnyTagClassName
{
color: #FE685B;
}
</style>
background-color css
<style>
a { background-color: #FE685B; }
a { background-color: rgb(254,104,91); }
div.DivClassName
{
background-color: #FE685B;
}
.BgClassName
{
background-color: #FE685B;
}
</style>
border-color css
<style>
span { border-color: #FE685B; }
span { border-color: rgb(254,104,91); }
td.TdClassName
{
border-color: #FE685B;
}
.TagClassName
{
border-color: #FE685B;
}
</style>