Shades of Bittersweet #FE615C
Tints of Bittersweet #FE615C
RGB
CMYK
RGB Variations
Color information
#FE615C (or 0xFE615C) is known color: Bittersweet. HEX triplet: FE, 61 and 5C. RGB value is (254,97,92). Sum of RGB (Red+Green+Blue) = 254+97+92=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE615C is #019EA3. Grayscale: #8F8F8F. Windows color (decimal): -106148 or 6054398. OLE color: 6054398.
HSL color Cylindrical-coordinate representation of color #FE615C: hue angle of 1.85º 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 #FE615C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 92 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.00 |
| HSL | 1.85º | 0.99% | 0.68% | - |
| HSV(B) | 1.85º | 0.64% | 1% | - |
| XYZ | 47.08 | 30.39 | 13.51 | - |
| YUV | 143.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 92 | 0 | 0.62 | 0.64 | 0.00 | 1.85 | 0.99 | 0.68 |
| Hex | FE | 61 | 5C | 0 | 3E | 40 | 0 | 2 | 63 | 44 |
| Octal | 376 | 141 | 134 | 0 | 76 | 100 | 0 | 2 | 143 | 104 |
| Binary | 11111110 | 1100001 | 1011100 | 0 | 111110 | 1000000 | 0 | 10 | 1100011 | 1000100 |
Color Harmonies of #FE615C
Complementary color
Monochromatic Colors of #FE615C
Black with #FE615C
Text Example
Text Example
White with #FE615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE615C; }
p { color: rgb(254,97,92); }
H1.HeaderClassName
{
color: #FE615C;
}
.AnyTagClassName
{
color: #FE615C;
}
</style>
background-color css
<style>
a { background-color: #FE615C; }
a { background-color: rgb(254,97,92); }
div.DivClassName
{
background-color: #FE615C;
}
.BgClassName
{
background-color: #FE615C;
}
</style>
border-color css
<style>
span { border-color: #FE615C; }
span { border-color: rgb(254,97,92); }
td.TdClassName
{
border-color: #FE615C;
}
.TagClassName
{
border-color: #FE615C;
}
</style>